Exemple #1
0
 // ---------------------
 public Installer() : base()
 {
     this.minSize            = new Vector2(400, 450);
     this.platformOptionList = new PlatformOptionList();
 }
Exemple #2
0
 // ---------------
 public PlatformState(PlatformOptionList platformList)
 {
     this.platformList = platformList;
 }