示例#1
0
 public static void AddText(this StackPanel source, string text)
 {
     source.AddText(text, true);
 }