item, project 를 별도 분리

lov 생성
personalInventoryToolStripMenuItem_Click 기능 추가
This commit is contained in:
chikyun.kim
2018-09-18 12:46:53 +09:00
parent c209a974c0
commit 2d4fe18264
41 changed files with 10954 additions and 1489 deletions

View File

@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace FCM0000
{
static class Program
{
/// <summary>
/// 해당 응용 프로그램의 주 진입점입니다.
/// </summary>
[STAThread]
static void Main()
{
FCOMMON.Util.MsgE("이 프로그램은 단독으로 실행할 수 없습니다.");
}
}
}