BonjourServer.AppDelegate.NetDelegate.Log C# (CSharp) 메소드

Log() 개인적인 메소드

private Log ( string text ) : void
text string
리턴 void
            void Log (string text)
            {
                InvokeOnMainThread (delegate { _controller.serverLogView.AppendTextLine (text); });
            }
        }