no message

main
Seonjae 2024-04-01 10:17:00 +09:00
parent ea6ae58aa7
commit 6c7dbee190
1 changed files with 1 additions and 4 deletions

View File

@ -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;