private void radButton3_Click(object sender, EventArgs e) { Form14 f = new Form14(); f.cas = "tripFrom"; f.StartPosition = FormStartPosition.CenterScreen; f.Tag = this; f.Show(); }
private void radButton1_Click(object sender, EventArgs e) { ok = false; Form14 f = new Form14(); f.cas = "station"; f.StartPosition = FormStartPosition.CenterScreen; f.Tag = this; f.Show(); }
private void radButton2_Click(object sender, EventArgs e) { //this.Close(); Form14 f = new Form14(); f.FormBorderStyle = FormBorderStyle.SizableToolWindow; f.StartPosition = FormStartPosition.CenterScreen; f.tripId = tripId; f.cas = "viewTrip"; f.Show(); }