예제 #1
0
        public CStartForm()
        {
            InitializeComponent(); // system function

            tabed_window.SelectedTab = tabPage2;
            user   = new User();
            shadow = new CShadowService();

            patient  = new CPatient();
            study    = new CStudy();
            protocol = new CProtocol();

            patient.initials   = new CInitials();
            patient.birth_date = new CBirthDate();

            shadow.win        = new MakeaWindowPrm();
            shadow.sql        = new SQLDaemon(FileReader(path));
            shadow.box        = new CStateBox();
            shadow.box.locker = new object();
        }
예제 #2
0
파일: CStartForm.cs 프로젝트: Shahdee/tsris
        public CStartForm()
        {   

            InitializeComponent(); // system function

            tabed_window.SelectedTab = tabPage2;
            user = new User();
            shadow = new CShadowService();

            patient = new CPatient();
            study = new CStudy();
            protocol = new CProtocol();

            patient.initials = new CInitials();
            patient.birth_date = new CBirthDate();

            shadow.win = new MakeaWindowPrm();
            shadow.sql = new SQLDaemon(FileReader(path));
            shadow.box = new CStateBox();
            shadow.box.locker = new object();
            
  
        }