Ejemplo n.º 1
0
        public W_NdcAgv()
        {
            InitializeComponent();

            taskDataGrid = new NdcAgvDataGrid();

            DataContext = taskDataGrid;
            DataControl._mNDCControl.TaskGridUpdate += _mNDCControl_TaskListUpdate;
            DataControl._mNDCControl.TaskGridDelete += _mNDCControl_TaskListDelete;
            DataControl._mNDCControl.NoticeRedirect += _mNDCControl_NoticeRedirect;
        }
Ejemplo n.º 2
0
        public W_NdcAgv()
        {
            InitializeComponent();

            taskDataGrid = new NdcAgvDataGrid();

            DataContext = taskDataGrid;
            ADS.mNDCControl.NoticeUpdate   += _mNDCControl_TaskListUpdate;
            ADS.mNDCControl.NoticeDelete   += _mNDCControl_TaskListDelete;
            ADS.mNDCControl.NoticeRedirect += _mNDCControl_NoticeRedirect;
            ADS.mNDCControl.NoticeMsg      += _mNDCControl_NoticeMsg;
        }