Esempio n. 1
0
 public RegistrarRecord()
 {
     InitializeComponent();
     timer1.Start();
     yrids       = yearController.fillComboSy(ref comboBox1);
     label6.Text = yearController.getSyActivated();
 }
Esempio n. 2
0
 public Records()
 {
     InitializeComponent();
     studentBalance.fillDataGridTotal(ref dataGridView1);
     yrids = yr.fillComboSy(ref comboBox1);
 }
Esempio n. 3
0
 public Bookeeping()
 {
     InitializeComponent();
     syids = yearController.fillComboSy(ref comboBox2);
 }
Esempio n. 4
0
 public RemainingBalance()
 {
     InitializeComponent();
     yrids = yearController.fillComboSy(ref comboBox1);
 }
Esempio n. 5
0
 public StudentGradesReg()
 {
     InitializeComponent();
     yrids = yearController.fillComboSy(ref comboBox1);
 }