コード例 #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);
        }