예제 #1
0
        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;
        }