示例#1
0
 public void Clear()
 {
     if (textElement != null)
     {
         textElement.Clear();
     }
     Display(false);
 }