Esempio n. 1
0
 public VM_PageCraneManage()
 {
     DataGrid            = new DataGrid <TaskRbTaskViewModel>(LoadData);
     ComboBox_DeviceType = new ComboBox <TaskInOutTypeViewModel>();
     TaskHandle          = new TaskInfoHandle();
     LoadComboBox();
     GetTaksInfoData();
     DataGrid.PageName = this.UIElementName;
 }
Esempio n. 2
0
 public VM_PageShuttleCarManage()
 {
     DataGrid          = new DataGrid <TaskRbTaskViewModel>(LoadData);
     ComboBox_TaskType = new ComboBox <TaskInOutTypeViewModel>();
     ComboBox_TaskArea = new ComboBox <TaskRbTaskAreaViewModel>();
     TaskHandle        = new TaskInfoHandle();
     LoadComboBox();
     GetTaksInfoData();
     DataGrid.PageName = this.UIElementName;
 }