Ejemplo n.º 1
0
        private void ucBtnExt3_BtnClick(object sender, EventArgs e)
        {
            StringEditor se = new StringEditor();

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

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

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