Beispiel #1
0
 private void btnLoadDefault_Click(object sender, EventArgs e)
 {
     try
     {
         AccountForm.LoadStandartPoints(cn, null);
         LoadData();
     }
     catch (Exception ex) { MessageBox.Show("Ошибка загрузки таблицы очков:\r\n" + ex.Message); }
 }