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.
 
 

19 lines
484 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Resources;
using System.Text;
using System.Threading.Tasks;
namespace ButcherFactory.SegmentProductionAuto_
{
internal class Utils
{
public static bool mPortOpened = false; //串口状态
public static bool WFlag = true; //w1 & w2 状态显示
//配置文件位置
public static ResourceManager rm = new ResourceManager(typeof(SegmentProductionAutoForm)); //资源文件
}
}