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