コード例 #1
0
 void HandleError(object sender, ErrorArg e)
 {
     InvokeOnMainThread(() => statusLabel.Text = e.Description);
 }
コード例 #2
0
		void HandleError (object sender, ErrorArg e)
		{
			InvokeOnMainThread (() => statusLabel.Text = e.Description);
		}