...
This commit is contained in:
@@ -12,10 +12,16 @@ namespace JobReportMailService
|
||||
/// 해당 애플리케이션의 주 진입점입니다.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
|
||||
if (args != null && args.Length == 1 && args[0] == "DEBUG")
|
||||
Pub.debugmode = true;
|
||||
else
|
||||
Pub.debugmode = false;
|
||||
|
||||
Application.Run(new MDIParent1());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user