zhouxinmail
zhouxinmail
//希望能够被采纳 /// /// 新添加接口1 /// public interface IBaseNavigableView { /// /// 为了兼容以前代码,这里使用默认实现,如果不兼容这里可以不使用默认实现 /// /// void Init(object? dataContext = null) { } /// /// 获取页面标题 /// /// String GetTitle() { return...
I also have the same problem, but I hope to change the item by changing the item of ObservableCollection public partial class MainWindow : IWindow { public MainWindowViewModel ViewModel {...
But the indentation of the submenu is incorrect