Example #1
0
        private void createNewAPPFileToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CreateAppForm c = new CreateAppForm();

            c.Show();

            //MessageBox.Show("This feature is not yet available and undergoing the design process.  It will be available in the next patch.", "Coming Soon.", MessageBoxButtons.OK);
        }
Example #2
0
        private void createNewAPPFileToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CreateAppForm c = new CreateAppForm();

            c.Show();

            //MessageBox.Show("This feature is not yet available and undergoing the design process.  It will be available in the next patch.", "Coming Soon.", MessageBoxButtons.OK);
        }