예제 #1
0
 public void Clear()
 {
     foreach (var child in this)
     {
         child.Clear();
     }
     Content = ContentProcessor.GetEmptyContent();
 }