Ejemplo n.º 1
0
 private void BtnLearnState_Click(object sender, EventArgs e)
 {
     try
     {
         if (_wordService.GetTime1() || _wordService.GetTime2() || _wordService.GetTime3() || _wordService.GetTime4())
         {
             ObjectCreation.examForm();
         }
         else
         {
             XtraMessageBox.Show("Şu an için öğrenilecek kelime bulunmamaktadır", "Kelime Sınavı",
                                 MessageBoxButtons.OK, MessageBoxIcon.Information);
         }
     }
     catch (Exception exception)
     {
         XtraMessageBox.Show(exception.Message);
     }
 }
Ejemplo n.º 2
0
 private void SimpleButton2_Click(object sender, EventArgs e)
 {
     ObjectCreation.statisticsForm();
 }
Ejemplo n.º 3
0
 private void BtnSettings_Click(object sender, EventArgs e)
 {
     ObjectCreation.settingsForm();
 }
Ejemplo n.º 4
0
 private void BtnWordOperations_Click(object sender, EventArgs e)
 {
     ObjectCreation.wordOperationsForm();
 }
Ejemplo n.º 5
0
 private void BtnWordLearn_Click(object sender, EventArgs e)
 {
     ObjectCreation.wordLearnForm();
 }