This commit is contained in:
chi
2021-12-21 09:52:32 +09:00
parent 4cf24cedaf
commit 7e6f9e4bcb
36 changed files with 5115 additions and 773 deletions

View File

@@ -173,5 +173,10 @@ namespace FBS0000
//리스트업데이트
UpdateGrpList();
}
private void toolStripButton5_Click(object sender, EventArgs e)
{
this.Close();
}
}
}