Esempio n. 1
0
 public Form1()
 {
     InitializeComponent();
     timer1.Start();
     FormKontrol fk = new FormKontrol(50,50);
     fk.OyunAlaniOlustur(this);
 }
Esempio n. 2
0
        public Form1()
        {
            InitializeComponent();
            timer1.Start();
            FormKontrol fk = new FormKontrol(50, 50);

            fk.OyunAlaniOlustur(this);
        }