Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

18 rader
486 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace MaiMuAOI.SysCtrl
  7. {
  8. public class SysUpdata
  9. {
  10. //系统信息
  11. public static string Info = "软件名称:版博士AOI\r\n软件版本:V2.0.0\r\n公司:迈沐智能科技有限公司\r\n";
  12. public static string Updata = "V2.0:\r\n" +
  13. "\tAOI新版本,新流程,兼容老流程\r\n";
  14. }
  15. }