diff --git a/Common/LaaProduction/LaaProduction.csproj b/Common/LaaProduction/LaaProduction.csproj index 609bbc7e..51ad494a 100644 --- a/Common/LaaProduction/LaaProduction.csproj +++ b/Common/LaaProduction/LaaProduction.csproj @@ -5,7 +5,7 @@ Debug AnyCPU {FD30EB7A-7809-4E62-9374-791D31877D6D} - Exe + Library Properties LaaProduction LaaProduction diff --git a/Common/LaaProduction/Programm.cs b/Common/LaaProduction/Programm.cs index 736bed6c..dd44ef55 100644 --- a/Common/LaaProduction/Programm.cs +++ b/Common/LaaProduction/Programm.cs @@ -1,14 +1,14 @@ namespace LaaProduction { - class Programm - { - static void Main() - { - var equipmentsManager = new Equipments(); - var state = equipmentsManager.Login("Druckpruefung", 1, 0, 130, "zlatev", "rd"); - var count = equipmentsManager.PendingInspections(); + //class Programm + //{ + // static void Main() + // { + // var equipmentsManager = new Equipments(); + // var state = equipmentsManager.Login("Druckpruefung", 1, 0, 130, "zlatev", "rd"); + // var count = equipmentsManager.PendingInspections(); - System.Console.WriteLine(state); - } - } + // System.Console.WriteLine(state); + // } + //} }