This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
using System;
namespace Mesnac.Action.ChemicalWeighing.ChemicalWeighingPlc
{
/// <summary>
/// 计划列表下传PLC辅助类
/// </summary>
public class PlcPlanHelper
#region 处理HMI的修改计划请求
/// 处理HMI的修改计划请求
public static void ChangePlan()
try
bool flag = false;
}
catch (Exception ex)
ICSharpCode.Core.LoggingService<PlcPlanHelper>.Error("从HMI修改计划异常:" + ex.Message, ex);
#endregion