잉여장비목록 화면 추가(최효준s)

This commit is contained in:
chi
2021-03-02 13:09:57 +09:00
parent c5f6947344
commit 5ad9c18abf
52 changed files with 9483 additions and 3075 deletions

View File

@@ -1,4 +1,5 @@
using arTCPService.Server;
using Microsoft.Owin.Hosting;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -130,9 +131,11 @@ namespace Project
//사용기록추적
Pub.CheckNRegister3(Application.ProductName, "chi", Application.ProductVersion);
// Start OWIN host
WebApp.Start<OWIN.Startup>(url: "http://127.0.0.1:9000");
Console.WriteLine("start webapp");
//서버ON
try
{
@@ -1120,5 +1123,12 @@ namespace Project
//업무현황 전자실
menu_work_eboard();
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
string formkey = "INGYEQ";
if (!ShowForm(formkey))
AddForm(formkey, new FEQ0000.fEquipment(FEQ0000.fEquipment.eTabletype.ING), "잉여장비");
}
}
}