private void bt_TrainingForm_Click(object sender, EventArgs e) { TrainingForm tf = new TrainingForm(this.config, this.logger, this.language, this.mailparser); tf.ShowDialog(); }