public Form1() { InitializeComponent(); timer1.Start(); FormKontrol fk = new FormKontrol(50,50); fk.OyunAlaniOlustur(this); }
public Form1() { InitializeComponent(); timer1.Start(); FormKontrol fk = new FormKontrol(50, 50); fk.OyunAlaniOlustur(this); }