示例#1
0
 public SelectR3eDirectoryCommand(MenuButtonEventArgs args, CollectionModel <R3eDirectoryModel> directoryCollection, SelectedR3eDirectoryModel directorySelection, LocationModel location)
 {
     this.args = args;
     this.directoryCollection = directoryCollection;
     this.directorySelection  = directorySelection;
     this.location            = location;
 }
 public FindR3eHomeDirectoryCommand(LocationModel locationModel, R3eHomeDirectoryFinder finder, CollectionModel <R3eDirectoryModel> r3eDirectoryCollection, SelectedR3eDirectoryModel directorySelection)
 {
     this.locationModel          = locationModel;
     this.finder                 = finder;
     this.r3eDirectoryCollection = r3eDirectoryCollection;
     this.directorySelection     = directorySelection;
 }
 public SelectedR3eDirectoryEventArgs(int eventId, SelectedR3eDirectoryModel selection) : base(eventId)
 {
     Selection = selection;
 }