update nach anpassungen clsgetdoc
This commit is contained in:
@@ -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
23
Model/clsdok.cs
Normal 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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
Model/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
BIN
Model/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
a3309acc4ab50a08b13c09c675abdf9090315b007467cfceb8d727e5fd336bf8
|
||||
83a19bfecac12a105e2c168b7570b557e230c2b386b7189f0bae4c881e892e61
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user