잉여장비목록 화면 추가(최효준s)
This commit is contained in:
@@ -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), "잉여장비");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user