LaaProduction class library for VB6 ready
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user