样式demo
This commit is contained in:
@@ -403,6 +403,15 @@ public partial class MainWindow
|
||||
|
||||
#endregion
|
||||
|
||||
private void ShowNeumorphism_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
NeumorphismWindow window = new NeumorphismWindow
|
||||
{
|
||||
Owner = this,
|
||||
WindowStartupLocation = WindowStartupLocation.CenterOwner
|
||||
};
|
||||
window.ShowDialog();
|
||||
}
|
||||
}
|
||||
|
||||
#region 数据模型
|
||||
|
||||
Reference in New Issue
Block a user