public ScheduleInfomationPresenter(IShellPresenter shell, IMaintenanceScheduleModel maintenanceModel)
        {
            _shell = shell;
            _maintenanceModel = maintenanceModel;

            _shell.PropertyChanged += ShellPropertyChanged;
        }
示例#2
0
        public ScheduleInfomationPresenter(IShellPresenter shell, IMaintenanceScheduleModel maintenanceModel)
        {
            _shell            = shell;
            _maintenanceModel = maintenanceModel;

            _shell.PropertyChanged += ShellPropertyChanged;
        }