Refactoring
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DataGen\DataGen.csproj" />
|
||||
<ProjectReference Include="..\DPGetDataContract\DPGetDataContract.csproj" />
|
||||
<ProjectReference Include="..\ProtokollWriterContract\ProtokollWriterContract.csproj" />
|
||||
<ProjectReference Include="..\ProtokollWriter\ProtokollWriter.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
@@ -10,8 +10,8 @@ namespace ConsoleApplication
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
IDPGetDataContract eingabe = new ProtokollWriter();
|
||||
(eingabe as ProtokollWriter).GenerateUnterdruck(DateTime.Now,-100);
|
||||
IDPGetDataContract eingabe = new MeasureDataGen();
|
||||
(eingabe as MeasureDataGen).GenerateUnterdruck(DateTime.Now,-100);
|
||||
Debugger.Break();
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user