Example #1
0
 public BuyItemForm(VirtualGame vg) : this()
 {
     this.vg = vg;
 }
Example #2
0
 public MainMenu(VirtualGame vg) : this()
 {
     this.vg = vg;
 }
Example #3
0
 public PetMenu(VirtualGame vg) : this()
 {
     this.vg = vg;
 }
Example #4
0
 public PlayPetForm(VirtualGame vg) : this()
 {
     this.vg = vg;
 }
Example #5
0
 public MakeMoneyForm(VirtualGame vg) : this()
 {
     this.vg = vg;
 }
Example #6
0
 public ProfileForm(VirtualGame vg) : this()
 {
     this.vg = vg;
 }