public MainForm() { InitializeComponent(); Knight = new Fighter(knightPictureBox); Skeleton = new Fighter(skeletonPictureBox); }