示例#1
0
文件: Platform.cs 项目: todun/leVRn
 public Platform(PlatformLayout layout)
 {
     this.layout = layout;
 }
示例#2
0
文件: Platform.cs 项目: todun/leVRn
 public Platform(string[] commands, PlatformLayout layout)
 {
     this.commands = commands;
     this.layout   = layout;
 }