コード例 #1
0
ファイル: SkudModule.cs プロジェクト: hjlfmy/Rubezh
        public override void Initialize()
        {
            _skudViewModel = new SkudViewModel();
            _employeeCardIndexViewModel = new EmployeeCardIndexViewModel();
            _employeeCardIndexViewModel.Initialize();

            _employeeDepartmentsViewModel = new EmployeeDepartmentsViewModel();
            _employeeGroupsViewModel = new EmployeeGroupsViewModel();
            _employeePositionsViewModel = new EmployeePositionsViewModel();
        }
コード例 #2
0
 public EmployeeCardIndexMenuViewModel(EmployeeCardIndexViewModel employeeCardIndexViewModel)
 {
     Context = employeeCardIndexViewModel;
 }