private void tsmiTxtEncoding_Click(object sender, EventArgs e) { TxtEncoding win = new TxtEncoding(); win.Show(dockPanel1); }