private void button7_Click(object sender, EventArgs e) { FormFunctionMetaJson formForJson = new FormFunctionMetaJson(); formForJson.Show(); }
private void jsonFunctionToolStripMenuItem_Click(object sender, EventArgs e) { m_formFunctionMetaJson = new FormFunctionMetaJson(); m_formFunctionMetaJson.Show(dockPanel); }