private void menuHtmlToJs_Click(object sender, EventArgs e) { HtmlToJsForm frm = new HtmlToJsForm(this.contextMenuStrip1); frm.Show(dockPanel); }
/// <summary> /// Html转Js /// </summary> private void menuHtmlToJs_Click(object sender, EventArgs e) { HtmlToJsForm frm = new HtmlToJsForm(); frm.Show(dockPanel); }