old mode 100644
new mode 100755
| | |
| | | /// <param name="mouseEventArgs">The ${ParameterType} instance containing the event data.</param> |
| | | private void AutomationBtn_MouseUpEventHandler(object sender, MouseEventArgs mouseEventArgs) |
| | | { |
| | | ///第一次进来初始化设备列表; |
| | | Common.Logic.LogicDviceList.Clear(); |
| | | if (Common.Logic.LogicDviceList.Count == 0) |
| | | { |
| | |
| | | { |
| | | HidenFloor(true); |
| | | ShowAutotion(); |
| | | |
| | | } |
| | | } |
| | | |
| | |
| | | ShowSameTypeFunction(functionTypeIMG.ImageBtn, null); |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |
| | | |
| | |
| | | #endregion |
| | | |
| | | #region ◆ 自动化__________________________ |
| | | |
| | | /// <summary> |
| | | /// 自动化 |
| | | /// </summary> |
| | |
| | | CommonPage.Loading.Hide(); |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 自动化列表界面 |
| | | /// </summary> |