Example #1
0
        private void ucBtnExt3_BtnClick(object sender, EventArgs e)
        {
            StringEditor se = new StringEditor();

            se.Owner = this;
            se.ShowDialog();
        }
Example #2
0
        private void 数据编辑器toolStripMenuItem1_Click(object sender, EventArgs e)
        {
            StringEditor se = new StringEditor();

            se.Owner = this;
            se.ShowDialog();
        }
Example #3
0
        private void DataEditorbtn_Click(object sender, EventArgs e)
        {
            StringEditor se = new StringEditor();

            se.Owner = this;
            se.ShowDialog();
        }