편집창 100 700 900 에서 쩜(.) 이 제거되지 않도록 함
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user