示例#1
0
        private void btnEditFieldsReturn_Click(object sender, EventArgs e)
        {
            Hide();
            var aep = new ApplicationEntryPoint();

            aep.ShowDialog();
            Close();
        }
        private void button4_Click(object sender, EventArgs e)
        {
            Hide();
            var aep = new ApplicationEntryPoint();

            aep.ShowDialog();
            colorTimer.Stop();
            Close();
        }