From 6c7dbee1901dfd77e6ddf175296d2fe543ff1eb6 Mon Sep 17 00:00:00 2001 From: Seonjae Date: Mon, 1 Apr 2024 10:17:00 +0900 Subject: [PATCH] no message --- INT_PT002/Forms/FormMain.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/INT_PT002/Forms/FormMain.cs b/INT_PT002/Forms/FormMain.cs index 3c706a2..c71a8e7 100644 --- a/INT_PT002/Forms/FormMain.cs +++ b/INT_PT002/Forms/FormMain.cs @@ -246,11 +246,8 @@ namespace INT_PT002.Forms } private void CreateForm() { -<<<<<<< HEAD this.ChildFormMainDisplay = new FormMainDisplay3(this); -======= - this.ChildFormMainDisplay = new FormMainDisplay4(this); ->>>>>>> main + this.ChildFormMenu = new FormMenu(this); this.smartForm1.MainForm = this;