Пример #1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            myForm = new PimsForm();
            myForm.splitContainer1.Panel1.Controls.Add(new LoginLeftSideButtons());
            leftSideButton = new LeftSideButtons();
            officeStaffLeftSideButton = new OfficeStaffLeftSideButtons();
            newPatientLeftSideButton = new NewPatientLeftSideButtons();

            PIMSController.SQLcommands.initValues();

            Application.Run(myForm);
        }
Пример #2
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            myForm = new PimsForm();
            myForm.splitContainer1.Panel1.Controls.Add(new LoginLeftSideButtons());
            leftSideButton            = new LeftSideButtons();
            officeStaffLeftSideButton = new OfficeStaffLeftSideButtons();
            newPatientLeftSideButton  = new NewPatientLeftSideButtons();

            PIMSController.SQLcommands.initValues();

            Application.Run(myForm);
        }