public WellsGeneralWidgetViewModel()
        {
            wellDataService = new WellDataService();


            Initialize();

            saveCommand = new SimpleCommand(SaveAction);
            DashboardStorage.Instance.RegisterAction(DashboardEventsEnum.CurrentSeismosProjectId, SelectedProjectChange);
        }
Esempio n. 2
0
        public WellVolumesWidgetViewModel()
        {
            wellDataService = new WellDataService();

            saveWellCommand = new RelayCommand(SaveWellAction);
        }