private void ToolStripMenuItemCreatePinyinWL_Click(object sender, EventArgs e) { var f = new CreatePinyinWLForm(); f.Show(); }