示例#1
0
 public void AddText(string text)
 {
     main.RunOnUiThread(() => { main.AddText(text); });
 }