Güteschutzbericht angefangen
This commit is contained in:
10
KanSan.ViewModel/GüteschutzEditViewModel.cs
Normal file
10
KanSan.ViewModel/GüteschutzEditViewModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace KanSan.ViewModel
|
||||
{
|
||||
class GüteschutzEditViewModel
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -22,6 +22,10 @@
|
||||
<ProjectReference Include="..\KanSan.Base\KanSan.Base.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Güteschutz\" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="git rev-parse HEAD >"$(ProjectDir)\version.txt" />
|
||||
</Target>
|
||||
|
||||
@@ -19,9 +19,14 @@ namespace KanSan.ViewModel
|
||||
decimal anzahl;
|
||||
string bemerkung;
|
||||
Taetigkeiten model;
|
||||
bool hatGueteschutzProtokoll = false;
|
||||
LeistungsverzeichnisPosition leistungsverzeichnis;
|
||||
List<LeistungsverzeichnisPosition> lvPositionen;
|
||||
#region getsetters
|
||||
public bool HatGueteschutzProtokoll
|
||||
{
|
||||
get => hatGueteschutzProtokoll;
|
||||
}
|
||||
public Fahrzeug Fahrzeug
|
||||
{
|
||||
get => fahrzeug;
|
||||
|
||||
Reference in New Issue
Block a user