Пример #1
0
 public Platform(PlatformLayout layout)
 {
     this.layout = layout;
 }
Пример #2
0
 public Platform(string[] commands, PlatformLayout layout)
 {
     this.commands = commands;
     this.layout   = layout;
 }