Beispiel #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;
 }
Beispiel #2
0
 public SelectBackgroundCommand(MenuButtonEventArgs args, ScreenModel screenModel, CollectionModel <BackgroundModel> backgroundCollection,
                                PlaceHolderCollectionModel placeholderCollection, UserPreferencesModel preferences, Database database)
 {
     this.args                  = args;
     this.screenModel           = screenModel;
     this.backgroundCollection  = backgroundCollection;
     this.placeholderCollection = placeholderCollection;
     this.preferences           = preferences;
     this.database              = database;
 }
 public SelectProfileCommand(MenuButtonEventArgs args, CollectionModel <ProfileModel> profileCollection, SelectedProfileModel selectedProfile,
                             CollectionModel <BackgroundModel> backgroundCollection, ScreenModel screen, LocationModel location,
                             PlaceHolderCollectionModel placeholderCollection, SelectionModel selectionModel,
                             LayoutIOModel layoutIO, GraphicalAssetFactory assetFactory, CollectionModel <MotecModel> motecCollection)
 {
     this.args = args;
     this.profileCollection    = profileCollection;
     this.selectedProfile      = selectedProfile;
     this.backgroundCollection = backgroundCollection;
     this.screen   = screen;
     this.location = location;
     this.placeholderCollection = placeholderCollection;
     this.selectionModel        = selectionModel;
     this.layoutIO        = layoutIO;
     this.assetFactory    = assetFactory;
     this.motecCollection = motecCollection;
 }