Ejemplo n.º 1
0
 protected override void SaveClick(object sender, EventArgs e)
 {
     lol = AC.AddAsync(_newStation.Text);
     ReturnButton.PerformClick();
     _name.Text       = "Podaj nową stacje";
     _newStation.Text = "";
 }