Ejemplo n.º 1
0
 private void MainForm_Load(object sender, EventArgs e)
 {
     this.Text   = "Сервисный центр 2";
     label4.Text = "Переведено с диагностики  на перезвон сегодня: " + msql.TransferMissedDiagnostic();
     SetRecords();
     SetUntergeted();
     SetDiagnostics();
     SetAllRecieved();
     SetRecallsToday();
     UpdateLabels();
     MessageBox.Show(GetSC());
 }