fix
This commit is contained in:
20
Cs_HMI/TestProject/Test_Port/PUB.cs
Normal file
20
Cs_HMI/TestProject/Test_Port/PUB.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Project
|
||||
{
|
||||
public static class PUB
|
||||
{
|
||||
public static AR.Log log;
|
||||
public static Project.CSetting setting;
|
||||
public static void init()
|
||||
{
|
||||
log = new AR.Log();
|
||||
setting = new Project.CSetting();
|
||||
setting.Load();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user