Add Command line args parsing

This commit is contained in:
Jonathan Jenne
2020-11-16 16:30:40 +01:00
parent 83dedb3875
commit a35608d653
4 changed files with 73 additions and 1 deletions

View File

@@ -106,6 +106,7 @@
<Compile Include="ApplicationEvents.vb" />
<Compile Include="Base\BaseClass.vb" />
<Compile Include="ClassClipboardWatcher.vb" />
<Compile Include="ClassCommandlineArgs.vb" />
<Compile Include="ClassControlCreator.vb" />
<Compile Include="ClassFileDrop.vb" />
<Compile Include="ClassFilehandle.vb" />