예제 #1
0
 public static void SetText(this NSTextView textView, string text)
 {
     textView.ClearText();
     textView.InsertText(text.ValueOrEmpty().ToNSString());
 }