private void wordsToolStripMenuItem_Click(object sender, EventArgs e) { using (formWords = new FormWords()) { formWords.ShowDialog(); } }
public FormMain() { InitializeComponent(); formWords = new FormWords(); formCat = new FormCategory(); formSet = new FormSetting(this); }
public FormEditWords(FormWords frm) { InitializeComponent(); this.frmWords = frm; errorTextBoxProvider = new ErrorProvider(); }
public FormEditWords(FormWords frm) { InitializeComponent(); this.frmWords = frm; }