Example #1
0
 public Form1()
 {
     InitializeComponent();
     makemonstor = new MakeMonstor(cmbxHead, cmbxBody, cmbxLegs);
 }
Example #2
0
 public Form1()
 {
     InitializeComponent();
     makemonstor = new MakeMonstor(cmbxHead, cmbxBody, cmbxLegs);
 }