Ejemplo n.º 1
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     PublicRevokeStaticEvent.RevokeEvent("Home");
 }
 public void Revoke()
 {
     PublicRevokeStaticEvent.RevokeEvent(ButtonContent);
 }