mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Simplified usages in UIX project
This commit is contained in:
@@ -17,10 +17,10 @@ namespace Microsoft.Iris.ViewItems
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
this.Host = null;
|
||||
this.Source = null;
|
||||
this.Type = null;
|
||||
this.Properties = null;
|
||||
Host = null;
|
||||
Source = null;
|
||||
Type = null;
|
||||
Properties = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user