mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
12 lines
247 B
C#
12 lines
247 B
C#
namespace Examples.ProgramReadWrite;
|
|
|
|
internal class Program {
|
|
|
|
static void Main(string[] args) {
|
|
|
|
MewtocolNet.ProgramParsing.PlcBinaryProgram.ParseFromFile(@"C:\Users\feli1\Documents\Test\prog4.fp").AnalyzeProgram();
|
|
|
|
}
|
|
|
|
}
|