Exemplo n.º 1
0
 public override void Perform()
 {
     StackPanel1.Children.Add(Button1);
     Button1.SetValue(ButtonDProperty, BoolValue);
     bool test = (bool)Button1.GetValue(ButtonDProperty);
 }