예제 #1
0
        private void LoadDataButton_Click(object sender, EventArgs e)
        {
            string error = string.Empty;
            //static method
            var data = TBuss.LoadStudents(out error);

            MessageBox.Show("Данните са добавени успешно!");
        }
예제 #2
0
 public Form1()
 {
     InitializeComponent();
     buss = new TBuss();
 }
예제 #3
0
 private void BtnFirstName_Click(object sender, EventArgs e)
 {
     TBuss st = new TBuss();
 }