private void btn_train_Click(object sender, EventArgs e) { if (tf == null) { tf = new TrainingForm(TrainFor); } tf.Show(); }