public CreateDirectoryFromFullPathCommand(Workspace workspace, TextInputPopupViewmodel textInputPopup)
 {
     _workspace      = workspace;
     _textInputPopup = textInputPopup;
 }
Example #2
0
 public SaveLayoutCommand(Workspace workspace, SaveKeybindingsCommand saveKeybindings, TextInputPopupViewmodel textInputPopup)
 {
     _workspace       = workspace;
     _saveKeybindings = saveKeybindings;
     _textInputPopup  = textInputPopup;
 }