예제 #1
0
        void ShowAbout()
        {
            FormAbout Rapid_About = new FormAbout();

            Rapid_About.MdiParent = ClassForms.Rapid_Client;
            Rapid_About.Show();
        }
예제 #2
0
 void ShowAbout()
 {
     FormAbout Rapid_About = new FormAbout();
     Rapid_About.MdiParent = ClassForms.Rapid_Administrator;
     Rapid_About.Show();
 }
예제 #3
0
 void ShowAbout()
 {
     FormAbout Rapid_About = new FormAbout();
     Rapid_About.MdiParent = ClassForms.Rapid_Client;
     Rapid_About.Show();
 }