Esempio n. 1
0
        private void bt_TrainingForm_Click(object sender, EventArgs e)
        {
            TrainingForm tf = new TrainingForm(this.config, this.logger, this.language, this.mailparser);

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