标签: c# wpf modern-ui
我在codeplex上使用ModernUI for WPF(MUI)。这是一个很好的框架,我没有问题将它用作我的页面的容器。
我添加了自定义对话窗口,但我不想使用任何默认按钮。
在init方法中,我已注释掉这一行:
this.Buttons = new Button[] { this.OkButton, this.CancelButton };
但是,会出现一个关闭按钮吗?
有什么想法吗?
由于