internal ApplicationCommands(Client client, IVisio.Application application) :
     base(client)
 {
     this.Window = new ApplicationWindowCommands(this.Client);
     this.VisioApplication = application;
 }
 internal ApplicationCommands(Client client, IVisio.Application application) :
     base(client)
 {
     this.Window           = new ApplicationWindowCommands(this._client);
     this.VisioApplication = application;
 }
示例#3
0
 public ApplicationCommands(Client client) :
     base(client)
 {
     this.Window = new ApplicationWindowCommands(this.Client);
 }