2012-03-16 48 views

回答

0

Resoved設置後臺

的IsOpen屬性
0
private void ButtonBase_OnClick(object sender, RoutedEventArgs e) 
{ 
    //execute the command from the View Model 
    ((Fluent.Button)sender).Command.Execute(null); 

    //close the backstage 
    this.Menu.IsOpen = false; 
}