예제 #1
0
파일: Form1.cs 프로젝트: qwertyuop/Oyun
 public Form1()
 {
     InitializeComponent();
     timer1.Start();
     FormKontrol fk = new FormKontrol(50,50);
     fk.OyunAlaniOlustur(this);
 }
예제 #2
0
        public Form1()
        {
            InitializeComponent();
            timer1.Start();
            FormKontrol fk = new FormKontrol(50, 50);

            fk.OyunAlaniOlustur(this);
        }