Skip to content

Commit

Permalink
......
Browse files Browse the repository at this point in the history
  • Loading branch information
강준 committed May 10, 2017
1 parent 50d57ec commit 80da93a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CommsApp/MainActivity.cs
Expand Up @@ -27,7 +27,8 @@ protected override void OnCreate(Bundle bundle)
SetContentView (Resource.Layout.Main);

ipText = FindViewById<EditText>(Resource.Id.txtIP);
// 아래 주소는 처리되지 않는다. 반드시 서버 실제 주로를 넣어야한다.

// 아래 주소로는 처리되지 않는다. 반드시 서버 실제 주로를 넣어야한다.
ipText.Text = "127.0.0.1:2020";
messageText = FindViewById<EditText>(Resource.Id.txtMessage);
logText = FindViewById<EditText>(Resource.Id.txtLog);
Expand Down

0 comments on commit 80da93a

Please sign in to comment.