Example #1
0
 public MainForm()
 {
     InitializeComponent();
     knight   = new Knight(knightPictureBox, shortSword);
     skeleton = new Skeleton(skeletonPictureBox, longSword);
 }
Example #2
0
 public MainForm()
 {
     InitializeComponent();
     knight   = new Knight(knightPictureBox);
     skeleton = new fighter(skeletonPictureBox);
 }