/// <summary>
 /// Creates a new IsolatedAppClickThroughConsole.
 /// </summary>
 public IsolatedAppClickThroughUI()
 {
     this.fabricator = new IsolatedAppFabricator();
     this.fabricator.Changed += this.FabricatorProperty_Changed;
     this.fabricator.Opened += this.FabricatorProperty_Opened;
 }
Пример #2
0
 /// <summary>
 /// Creates a new IsolatedAppClickThroughConsole.
 /// </summary>
 public IsolatedAppClickThroughConsole()
 {
     this.fabricator = new IsolatedAppFabricator();
 }
 /// <summary>
 /// Creates a new IsolatedAppClickThroughConsole.
 /// </summary>
 public IsolatedAppClickThroughConsole()
 {
     this.fabricator = new IsolatedAppFabricator();
 }
 /// <summary>
 /// Creates a new IsolatedAppClickThroughConsole.
 /// </summary>
 public IsolatedAppClickThroughUI()
 {
     this.fabricator          = new IsolatedAppFabricator();
     this.fabricator.Changed += this.FabricatorProperty_Changed;
     this.fabricator.Opened  += this.FabricatorProperty_Opened;
 }