LaaProduction class library for VB6 ready

This commit is contained in:
Stoyan Zlatev
2023-08-21 11:36:35 +02:00
parent a5d2643c47
commit e2b5ce7be7
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{FD30EB7A-7809-4E62-9374-791D31877D6D}</ProjectGuid>
<OutputType>Exe</OutputType>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LaaProduction</RootNamespace>
<AssemblyName>LaaProduction</AssemblyName>
+10 -10
View File
@@ -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);
// }
//}
}