示例#1
0
 public SettingsPopupViewModel(Workspace workspace, Options options, MouseHandler mouseHandler, PropertyEditorPopupViewModel propertyEditorPopup) : base(workspace, options, mouseHandler)
 {
     _propertyEditorPopup = propertyEditorPopup;
     Title        = "Settings";
     TitleVisible = true;
 }
示例#2
0
 public SetKeyBindingPopupViewModel(Workspace workspace, Options options, MouseHandler mouseHandler,
                                    PropertyEditorPopupViewModel propertyEditorPopup) : base(workspace, options, mouseHandler)
 {
     HideInputAtStartup = true;
     TitleVisible       = true;
 }