Ejemplo n.º 1
0
 public Platform(PlatformLayout layout)
 {
     this.layout = layout;
 }
Ejemplo n.º 2
0
 public Platform(string[] commands, PlatformLayout layout)
 {
     this.commands = commands;
     this.layout   = layout;
 }