Esempio n. 1
0
        //应用多车
        public void AppToHost(List <RobotOnlineInfo> Robotlist)
        {
            if (SelectLocalList.Count <= 0)
            {
                NotifyMessageEx.ShowNotify(Tool.MainWindow.This, "请先选择需要发送的文件!", "错误");
                return;
            }

            if (Robotlist.Count <= 0)
            {
                NotifyMessageEx.ShowNotify(Tool.MainWindow.This, "当前无在线车辆!", "错误");
                return;
            }

            SelectAGVWindow.Show(This, Robotlist, SelectLocalList, WorkMode.SendFile, DirRelative);
        }
Esempio n. 2
0
 private void OnInitAGV(object sender, RoutedEventArgs e)
 {
     SelectAGVWindow.Show(this.Owner, RobotList, null, WorkMode.InitAGV, null);
 }