Example #1
0
 private void Form1_Load(object sender, EventArgs e)
 {// başlangıçta mermi konumlandırma
     islemler.mermileri_olustur(this);
     islemler.dusman_mermi_oluturma(panel1);
     islemler.ozel_mermi_olusturma(panel1);
 }