示例#1
0
 public void Clear()
 {
     _dc.ClearContent();
 }
示例#2
0
 public void Clear()
 {
     _cleared = true;
     _dc.ClearContent();
 }