WPF 快捷键
2021-01-23 10:13
阅读:567
标签:man and keyword btn alignment fun message system wpf
class="csharp">
"code"
后台
-
private void button1_Click(object sender, System.Windows.RoutedEventArgs e)
-
{
-
MessageBox.Show("sss");
-
}
-
private void CommandBinding_CanExecute(object sender, CanExecuteRoutedEventArgs e)
-
{
-
e.CanExecute = true;
-
}
-
-
-
private void CommandBinding_Executed(object sender, ExecutedRoutedEventArgs e)
-
{
-
button1_Click(this, null);
-
}
WPF 快捷键
标签:man and keyword btn alignment fun message system wpf
原文地址:https://www.cnblogs.com/lonelyxmas/p/12075377.html
评论
亲,登录后才可以留言!