update nach anpassungen clsgetdoc

This commit is contained in:
Stefan Hutter
2024-06-01 21:43:57 +02:00
parent 511a741857
commit f22627a1a8
571 changed files with 3770600 additions and 117 deletions

View File

@@ -43,6 +43,7 @@
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="clsDocData.cs" />
<Compile Include="clsdok.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Binary file not shown.

Binary file not shown.

23
Model/clsdok.cs Normal file
View File

@@ -0,0 +1,23 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
public class clsdok
{
public string dokument { get; set; }
public string doktype { get;set; }
public string extension { get; set; }
public clsdok(string dokument, string doktype, string extension)
{
this.dokument= dokument;
this.doktype= doktype;
this.extension = extension;
}
}
}

View File

@@ -1 +1 @@
a3309acc4ab50a08b13c09c675abdf9090315b007467cfceb8d727e5fd336bf8
83a19bfecac12a105e2c168b7570b557e230c2b386b7189f0bae4c881e892e61

Binary file not shown.

Binary file not shown.