mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
New functions
This commit is contained in:
14
Examples.ProgramReadWrite/Examples.ProgramReadWrite.csproj
Normal file
14
Examples.ProgramReadWrite/Examples.ProgramReadWrite.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\MewtocolNet\MewtocolNet.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
11
Examples.ProgramReadWrite/Program.cs
Normal file
11
Examples.ProgramReadWrite/Program.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Examples.ProgramReadWrite;
|
||||
|
||||
internal class Program {
|
||||
|
||||
static void Main(string[] args) {
|
||||
|
||||
MewtocolNet.ProgramParsing.PlcBinaryProgram.ParseFromFile(@"C:\Users\feli1\Documents\Test\prog4.fp").AnalyzeProgram();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user