34 lines
761 B
C#
34 lines
761 B
C#
using bizFacade;
|
|
using MesServerWork;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Data;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows.Forms;
|
|
using static System.Net.Mime.MediaTypeNames;
|
|
|
|
namespace MesServerFunctions
|
|
{
|
|
partial class Functions_BASE_02
|
|
{
|
|
/// <summary>
|
|
/// MES保存实时质量数据
|
|
/// </summary>
|
|
/// <param name="OpName"></param>
|
|
/// <param name="tagValue"></param>
|
|
private void MesSaveNowData(object e)
|
|
{
|
|
try
|
|
{
|
|
|
|
}
|
|
catch (Exception err)
|
|
{
|
|
////ApplicationLog.WriteLog(err, "Function02:FalseGO");
|
|
}
|
|
}
|
|
}
|
|
}
|