편집창 100 700 900 에서 쩜(.) 이 제거되지 않도록 함

This commit is contained in:
2026-01-24 11:47:13 +09:00
parent c44f40a651
commit 568868602f
5 changed files with 56 additions and 22 deletions

View File

@@ -28,7 +28,7 @@ namespace WindowsFormsApp1
button1.ForeColor = Color.Red;
IP ip = new IP();
string[] IPList = { "ALL", ip.GetIP };
string[] IPList = { "ALL", ip.GetIP() };
cb_IPList.Items.AddRange(IPList);
cb_IPList.SelectedIndex = 0;
}