Esempio n. 1
0
        private void coreButton1_Click(object sender, EventArgs e)
        {
            using (TestGridControl Ce = new TestGridControl())
            {
                Ce.ShowDialog();

                if (Ce.DialogResult == DialogResult.OK || Ce.DialogResult == DialogResult.Cancel)
                {
                }
            }
        }
Esempio n. 2
0
        private void coreButton1_Click(object sender, EventArgs e)
        {
            
                using (TestGridControl Ce = new TestGridControl())
            {
                Ce.ShowDialog();

                if (Ce.DialogResult == DialogResult.OK || Ce.DialogResult == DialogResult.Cancel)
                {
                    
                }
            }
        }