Exemplo n.º 1
0
 public Window Content( Control content )
 {
     W.Content = content.C;
     return this;
 }
Exemplo n.º 2
0
 public Button Content( Control content )
 {
     B.Content = content.C;
     return this;
 }