private void LoadDataButton_Click(object sender, EventArgs e) { string error = string.Empty; //static method var data = TBuss.LoadStudents(out error); MessageBox.Show("Данните са добавени успешно!"); }
public Form1() { InitializeComponent(); buss = new TBuss(); }
private void BtnFirstName_Click(object sender, EventArgs e) { TBuss st = new TBuss(); }