Exemple #1
0
 private void lblOyna_Click(object sender, EventArgs e)
 {
     try
     {
         rp.connectWithPanel(serverkey); // bu panel bağlantılı şekilde sunucunuzu açan kod.
     }
     catch (Exception)
     {
         rp.backupSystem("ip adresin", "30120"); // Yedekleme sistemi ip adresini ve portunu yazıyorsun.
     }
 }
 private void btnOyna_Click(object sender, EventArgs e)
 {
     hileKoruma.Enabled = true;
     rp.connectWithPanel(serverkey);
 }