public void ServerForm_Load(object sender, EventArgs e) { //폼 로드시, 현재 컴퓨터의 LocalIPAddress를 TextBox에 출력합니다. tbxLocalIpAddress.Text = serverEvent.LocalIPAddress(); btnStart.Enabled = true; btnStop.Enabled = false; }