2012-03-16 53 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; 
}