You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace MaiMuAOI.SysCtrl
- {
- public class SysUpdata
- {
- //系统信息
- public static string Info = "软件名称:版博士AOI\r\n软件版本:V2.0.0\r\n公司:迈沐智能科技有限公司\r\n";
-
- public static string Updata = "V2.0:\r\n" +
- "\tAOI新版本,新流程,兼容老流程\r\n";
- }
- }
|