Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mode: ContinuousDeployment
next-version: 0.4.0
next-version: 0.4.1
branches: {}
ignore:
sha: []
Expand Down
11 changes: 8 additions & 3 deletions TcOpen.build.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,27 @@
"src\\Tc.Prober\\src\\Tc.Prober\\Tc.Prober.csproj",
"src\\Tc.Prober\\tests\\PlcTcProberTestsConnector\\PlcTcProberTestsConnector.csproj",
"src\\Tc.Prober\\tests\\Tc.ProberTest\\Tc.ProberTest.csproj",
"src\\Tc.Prober\\tests\\TcProber\\TcProber.tsproj",
"src\\Tc.Prober\\tests\\TcProber\\TcProber.tsproj",
"src\\TcoCore\\src\\TcoCore.Wpf\\TcoCore.Wpf.csproj",
"src\\TcoCore\\src\\TcoCoreConnector\\TcoCoreConnector.csproj",
"src\\TcoCore\\src\\XaeTcoCore\\XaeTcoCore.tsproj",
"src\\TcoCore\\tests\\TcoCore.Sandbox.Wpf\\TcoCore.Sandbox.Wpf.csproj",
"src\\TcoCore\\tests\\TcoCoreTestsConnector\\TcoCoreTestsConnector.csproj",
"src\\TcoCore\\tests\\TcoCoreUnitTests\\TcoCoreUnitTests.csproj",
"src\\TcoCore\\tests\\TcoTestRunners\\TcoTestRunners.csproj",
"src\\TcoDrivesBeckhoff\\src\\TcoDrivesBeckhoff.Wpf\\TcoDrivesBeckhoff.Wpf.csproj",
"src\\TcoDrivesBeckhoff\\src\\TcoDrivesBeckhoffConnector\\TcoDrivesBeckhoffConnector.csproj",
"src\\TcoDrivesBeckhoff\\src\\XaeTcoDrivesBeckhoff\\XaeTcoDrivesBeckhoff.tsproj",
"src\\TcoDrivesBeckhoff\\tests\\TcoDrivesBeckhoffTestsConnector\\TcoDrivesBeckhoffTestsConnector.csproj",
"src\\TcoDrivesBeckhoff\\tests\\TcoDrivesBeckhoffUnitTests\\TcoDrivesBeckhoffUnitTests.csproj",
"src\\TcoIoBeckhoff\\src\\TcoIoBeckhoff.Wpf\\TcoIoBeckhoff.Wpf.csproj",
"src\\TcoIoBeckhoff\\src\\TcoIoBeckhoffConnector\\TcoIoBeckhoffConnector.csproj",
"src\\TcoIoBeckhoff\\src\\XaeTcoIoBeckhoff\\XaeTcoIoBeckhoff.tsproj",
"src\\TcoPneumatics\\src\\TcoPneumatics.Wpf\\TcoPneumatics.Wpf.csproj",
"src\\TcoPneumatics\\src\\TcoPneumaticsConnector\\TcoPneumaticsConnector.csproj",
"src\\TcoPneumatics\\src\\XaeTcoPneumatics\\XaeTcoPneumatics.tsproj",
"src\\TcoPneumatics\\src\\XaeTcoPneumatics\\XaeTcoPneumatics.tsproj",
"src\\TcoPneumatics\\tests\\TcoPneumaticsTestsConnector\\TcoPneumaticsTestsConnector.csproj",
"src\\TcoPneumatics\\tests\\TcoPneumaticsTests_nUnit\\TcoPneumaticsTests_nUnit.csproj"
"src\\TcoPneumatics\\tests\\TcoPneumaticsTests_nUnit\\TcoPneumaticsTests_nUnit.csproj"
]
}
}
9 changes: 5 additions & 4 deletions TcOpen.plc.slnf
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"solution": {
"path": "TcOpen.sln",
"projects": [
"projects": [
"src\\Tc.Prober\\tests\\TcProber\\TcProber.tsproj",
"src\\TcoCore\\src\\XaeTcoCore\\XaeTcoCore.tsproj",
"src\\TcoIoBeckhoff\\src\\XaeTcoIoBeckhoff\\XaeTcoIoBeckhoff.tsproj",
"src\\TcoPneumatics\\src\\XaeTcoPneumatics\\XaeTcoPneumatics.tsproj"
"src\\TcoCore\\src\\XaeTcoCore\\XaeTcoCore.tsproj",
"src\\TcoDrivesBeckhoff\\src\\XaeTcoDrivesBeckhoff\\XaeTcoDrivesBeckhoff.tsproj",
"src\\TcoIoBeckhoff\\src\\XaeTcoIoBeckhoff\\XaeTcoIoBeckhoff.tsproj",
"src\\TcoPneumatics\\src\\XaeTcoPneumatics\\XaeTcoPneumatics.tsproj"
]
}
}
572 changes: 344 additions & 228 deletions TcOpen.sln

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions pipelines/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ task BuildWithInxtonBuilder -depends OpenVisualStudio {
$projects = @(
"src\Tc.Prober\Tc.Prober.slnf",
"src\TcoCore\TcoCore.slnf",
"src\TcoDrivesBeckhoff\TcoDrivesBeckhoff.slnf",
"src\TcoIoBeckhoff\TcoIoBeckhoff.slnf",
"src\TcoPneumatics\TcoPneumatics.slnf"
"src\TcoApplicationExamples\TcoApplicationExamples.slnf"
Expand Down Expand Up @@ -162,6 +163,7 @@ task Tests -depends CloseVs -precondition { return $isTestingEnabled } {

$testProjects = @(
[System.Tuple]::Create(".\src\TcoCore\TcoCore.slnf", "\src\TcoCore\src\XaeTcoCore\", -1, "TcoCore"),
# [System.Tuple]::Create(".\src\TcoDrivesBeckhoff\TcoDrivesBeckhoff.slnf", "\src\TcoDrivesBeckhoff\src\XaeTcoDrivesBeckhoff\", -1, "TcoDrivesBeckhoff"),
[System.Tuple]::Create(".\src\TcoIoBeckhoff\TcoIoBeckhoff.slnf", "\src\TcoIoBeckhoff\src\XaeTcoIoBeckhoff\", -1, "TcoIoBeckhoff"),
[System.Tuple]::Create(".\src\TcoPneumatics\TcoPneumatics.slnf", "src\TcoPneumatics\src\XaeTcoPneumatics\", -1, "TcoPneumatics")
)
Expand Down Expand Up @@ -230,6 +232,8 @@ task CreatePackages -depends ClearPackages {
#Packaging
"src\TcoCore\src\TcoCore.Wpf\TcoCore.Wpf.csproj",
"src\TcoCore\src\TcoCoreConnector\TcoCoreConnector.csproj",
"src\TcoDrivesBeckhoff\src\TcoDrivesBeckhoff.Wpf\TcoDrivesBeckhoff.Wpf.csproj",
"src\TcoDrivesBeckhoff\src\TcoDrivesBeckhoffConnector\TcoDrivesBeckhoffConnector.csproj",
"src\TcoIoBeckhoff\src\TcoIoBeckhoff.Wpf\TcoIoBeckhoff.Wpf.csproj",
"src\TcoIoBeckhoff\src\TcoIoBeckhoffConnector\TcoIoBeckhoffConnector.csproj",
"src\TcoPneumatics\src\TcoPneumatics.Wpf\TcoPneumatics.Wpf.csproj",
Expand Down
6 changes: 3 additions & 3 deletions src/Tc.Prober/src/Tc.Prober/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
using System.Runtime.InteropServices;

[assembly:InternalsVisibleTo("Tc.ProberTest")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyInformationalVersion("0.4.0-initial-dev.341+Branch.initial-dev.Sha.233d6850ee98d063ab8b321384facf343e02377d")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]
8 changes: 4 additions & 4 deletions src/Tc.Prober/tests/Tc.ProberTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
// [assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]

[assembly: AssemblyInformationalVersion("0.4.0-initial-dev.341+Branch.initial-dev.Sha.233d6850ee98d063ab8b321384facf343e02377d")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>PlcTcProberTests</Title>
<ProjectVersion>0.4.0.341</ProjectVersion>
<ProjectVersion>0.4.1.363</ProjectVersion>
<DefaultNamespace>PlcTcProberTests</DefaultNamespace>
<Placeholder>PlcTcProberTests</Placeholder>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// app, or any theme specific resource dictionaries)
)]

[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyInformationalVersion("0.4.0-initial-dev.341+Branch.initial-dev.Sha.233d6850ee98d063ab8b321384facf343e02377d")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.6">
<POU Name="MAIN_PRG" Id="{cb90af5d-f0ec-4337-9183-9e58e9e11014}" SpecialFunc="None">
<Declaration><![CDATA[PROGRAM MAIN_PRG
VAR
_pneuMan : ST_01_Context;
_donCorleone : VitoCorleone_Context;
_Jack_Woltz : Woltz_Object(_Jack_Woltz);
_TcOpenTutorial : TcOpenTutorial;
END_VAR
]]></Declaration>
<Implementation>
<ST><![CDATA[_pneuMan.Run();
_donCorleone.Run();
_TcOpenTutorial.Run();]]></ST>
</Implementation>
</POU>
</TcPlcObject>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>PlcAppExamples</Title>
<ProjectVersion>0.4.0.341</ProjectVersion>
<ProjectVersion>0.4.1.363</ProjectVersion>
<DefaultNamespace>PlcAppExamples</DefaultNamespace>
<Placeholder>PlcAppExamples</Placeholder>
</PropertyGroup>
Expand Down Expand Up @@ -48,9 +48,6 @@
<Compile Include="POUs\Context\VitoCorleone_Context.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\MAIN_PRG.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Object\Horse_Object.TcPOU">
<SubType>Code</SubType>
</Compile>
Expand Down Expand Up @@ -136,6 +133,9 @@
<Compile Include="POUs\Tutorial\401\POUs\Station001_Sequencer.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Tutorial\MAIN_PRG.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Tutorial\TcOpenTutorial.TcPOU">
<SubType>Code</SubType>
</Compile>
Expand Down
6 changes: 3 additions & 3 deletions src/TcoCore/src/TcoCore.Wpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
[assembly: XmlnsDefinition("http://inxton.mts/xaml", "Tco.Wpf")]

[assembly:Vortex.Presentation.Wpf.RenderableAssembly()]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyInformationalVersion("0.4.0-initial-dev.341+Branch.initial-dev.Sha.233d6850ee98d063ab8b321384facf343e02377d")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]


6 changes: 3 additions & 3 deletions src/TcoCore/src/TcoCoreConnector/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Reflection;

[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyInformationalVersion("0.4.0-initial-dev.341+Branch.initial-dev.Sha.233d6850ee98d063ab8b321384facf343e02377d")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]



Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.6">
<Itf Name="ITcoComponent" Id="{ad6fdf47-e58a-0ffd-120f-617d765bd842}">
<Declaration><![CDATA[INTERFACE ITcoComponent EXTENDS ITcoObject,ITcoRestorable, ITcoServiceable
]]></Declaration>
</Itf>
</TcPlcObject>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</summary>
</docu>
~*)
FUNCTION_BLOCK ABSTRACT TcoComponent EXTENDS TcoObject IMPLEMENTS ITcoObject,ITcoRestorable, ITcoServiceable
FUNCTION_BLOCK ABSTRACT TcoComponent EXTENDS TcoObject IMPLEMENTS ITcoComponent
VAR
{attribute 'hide'}
_serviceContexCycle : ULINT;
Expand Down
5 changes: 4 additions & 1 deletion src/TcoCore/src/XaeTcoCore/TcoCore/TcoCore.plcproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>TcoCore</Title>
<ProjectVersion>0.4.0.341</ProjectVersion>
<ProjectVersion>0.4.1.363</ProjectVersion>
<DefaultNamespace>TcoCore</DefaultNamespace>
<Placeholder>TcoCore</Placeholder>
<Author>Inxton</Author>
Expand All @@ -36,6 +36,9 @@
<SubType>Code</SubType>
<ExcludeFromBuild>false</ExcludeFromBuild>
</Compile>
<Compile Include="POUs\Prototypes\TcoComponent\ITcoComponent.TcIO">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Prototypes\TcoComponent\TcoComponent.TcPOU">
<SubType>Code</SubType>
</Compile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<DefaultNamespace>TcoCoreExamples</DefaultNamespace>
<Placeholder>TcoCoreExamples</Placeholder>
<Author>Inxton</Author>
<ProjectVersion>0.4.0.341</ProjectVersion>
<ProjectVersion>0.4.1.363</ProjectVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Examples\Components\fbPiston.TcPOU">
Expand Down Expand Up @@ -135,7 +135,7 @@
<Namespace>Tc3_Module</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoCore">
<DefaultResolution>TcoCore, 0.4.0.341 (Vortex.Library)</DefaultResolution>
<DefaultResolution>TcoCore, 0.4.1.363 (Vortex.Library)</DefaultResolution>
<Namespace>TcoCore</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoPneumatics">
Expand All @@ -150,7 +150,7 @@
</ItemGroup>
<ItemGroup>
<PlaceholderResolution Include="TcoCore">
<Resolution>TcoCore, 0.4.0.341 (Vortex.Library)</Resolution>
<Resolution>TcoCore, 0.4.1.363 (Vortex.Library)</Resolution>
</PlaceholderResolution>
</ItemGroup>
<ProjectExtensions>
Expand Down
6 changes: 3 additions & 3 deletions src/TcoCore/src/XaeTcoCore/TcoCoreTests/TcoCoreTests.plcproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>TcoCoreTests</Title>
<ProjectVersion>0.4.0.341</ProjectVersion>
<ProjectVersion>0.4.1.363</ProjectVersion>
<DefaultNamespace>TcoCoreTests</DefaultNamespace>
<Placeholder>TcoCoreTests</Placeholder>
<CombineIds>true</CombineIds>
Expand Down Expand Up @@ -113,7 +113,7 @@
<Namespace>Tc3_Module</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="TcoCore">
<DefaultResolution>TcoCore, 0.4.0.341 (Vortex.Library)</DefaultResolution>
<DefaultResolution>TcoCore, 0.4.1.363 (Vortex.Library)</DefaultResolution>
<Namespace>TcoCore</Namespace>
</PlaceholderReference>
</ItemGroup>
Expand All @@ -124,7 +124,7 @@
</ItemGroup>
<ItemGroup>
<PlaceholderResolution Include="TcoCore">
<Resolution>TcoCore, 0.4.0.341 (Vortex.Library)</Resolution>
<Resolution>TcoCore, 0.4.1.363 (Vortex.Library)</Resolution>
</PlaceholderResolution>
</ItemGroup>
<ProjectExtensions>
Expand Down
6 changes: 3 additions & 3 deletions src/TcoCore/tests/TcoCore.Sandbox.Wpf/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// app, or any theme specific resource dictionaries)
)]

[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyInformationalVersion("0.4.0-initial-dev.341+Branch.initial-dev.Sha.233d6850ee98d063ab8b321384facf343e02377d")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]

13 changes: 13 additions & 0 deletions src/TcoDrivesBeckhoff/TcoDrivesBeckhoff.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"solution": {
"path": "..\\..\\TcOpen.sln",
"projects": [
"src\\TcoDrivesBeckhoff\\src\\TcoDrivesBeckhoff.Wpf\\TcoDrivesBeckhoff.Wpf.csproj",
"src\\TcoDrivesBeckhoff\\src\\TcoDrivesBeckhoffConnector\\TcoDrivesBeckhoffConnector.csproj",
"src\\TcoDrivesBeckhoff\\src\\XaeTcoDrivesBeckhoff\\XaeTcoDrivesBeckhoff.tsproj",
"src\\TcoDrivesBeckhoff\\tests\\TcoDrivesBeckhoff.Wpf.Sandbox\\TcoDrivesBeckhoff.Wpf.Sandbox.csproj",
"src\\TcoDrivesBeckhoff\\tests\\TcoDrivesBeckhoffTestsConnector\\TcoDrivesBeckhoffTestsConnector.csproj",
"src\\TcoDrivesBeckhoff\\tests\\TcoDrivesBeckhoffUnitTests\\TcoDrivesBeckhoffUnitTests.csproj"
]
}
}
9 changes: 9 additions & 0 deletions src/TcoDrivesBeckhoff/src/TcoDrivesBeckhoff.Wpf/App.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Application x:Class="TcoDrivesBeckhoff.Wpf.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:TcoDrivesBeckhoff.Wpf"
StartupUri="MainWindow.xaml">
<Application.Resources>

</Application.Resources>
</Application>
17 changes: 17 additions & 0 deletions src/TcoDrivesBeckhoff/src/TcoDrivesBeckhoff.Wpf/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

namespace TcoDrivesBeckhoff.Wpf
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}
16 changes: 16 additions & 0 deletions src/TcoDrivesBeckhoff/src/TcoDrivesBeckhoff.Wpf/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
using System.Windows;
using System.Reflection;

[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]

[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyInformationalVersion("0.4.1-PR41.363+Branch.PR41.Sha.2ba76c93235f492b34bb272fefcf95d69191bdcc")]

12 changes: 12 additions & 0 deletions src/TcoDrivesBeckhoff/src/TcoDrivesBeckhoff.Wpf/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Window x:Class="TcoDrivesBeckhoff.Wpf.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:TcoDrivesBeckhoff.Wpf"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>

</Grid>
</Window>
Loading