Beispiel #1
0
        public ViewModel()
        {
            D_Data = new List <DepartmentData>();

            mainWindowIDInformation = new MainWindowIDInformation();
            exitButtonCommand       = new exitButtonCommand();
            loginButtonCommand      = new signinButtonCommand();
            bindingButton           = new BindingButton();

            departmentDataButtonCommand = new DepartmentDataButtonCommand(this);
            listViewSelected            = new listViewSelected();
        }
Beispiel #2
0
        public ViewModel()
        {
            D_Data      = new List <DepartmentData>();
            D_Data_Main = new ObservableCollection <DepartmentData>();



            mainWindowIDInformation = new MainWindowIDInformation();
            exitButtonCommand       = new exitButtonCommand();
            loginButtonCommand      = new signinButtonCommand(this);
            bindingButton           = new BindingButton();
            //Test
            StartBtnCmd = new StartBtnCmd();


            departmentDataButtonCommand = new DepartmentDataButtonCommand(this);
            listViewSelected            = new listViewSelected();

            L_Data1      = new List <LmsData1>();
            L_Data1_Main = new ObservableCollection <LmsData1>();

            L_Data2      = new List <LmsData2>();
            L_Data2_Main = new ObservableCollection <LmsData2>();

            L_Data3      = new List <LmsData3>();
            L_Data3_Main = new ObservableCollection <LmsData3>();

            lmsData1Command = new LmsData1Command(this);
            lmsData2Command = new LmsData2Command(this);
            lmsData3Command = new LmsData3Command(this);

            E_Data  = new List <ExcelData>();
            E_Data2 = new List <ExcelData2>();
            E_Data3 = new List <ExcelData3>();

            kakaoData    = new KakaoData();
            kakaoManager = new KakaoManager();
            kakaoLogin   = new KakaoLogin();


            naverBinding     = new NaverBinding();
            naverMailManager = new NaverMailManager();
        }
Beispiel #3
0
        public ViewModel()
        {
            D_Data      = new List <DepartmentData>();
            D_Data_Main = new ObservableCollection <DepartmentData>();



            mainWindowIDInformation = new MainWindowIDInformation();
            exitButtonCommand       = new exitButtonCommand();
            loginButtonCommand      = new signinButtonCommand(this);
            bindingButton           = new BindingButton();



            departmentDataButtonCommand = new DepartmentDataButtonCommand(this);
            listViewSelected            = new listViewSelected();

            grade           = new Grade();
            L_Data1         = new List <LmsData1>();
            L_Data1_Main    = new ObservableCollection <LmsData1>();
            lmsData1Command = new LmsData1Command(this);
        }