Skip to content

Commit

Permalink
Mac: Updated MVP implementation after changes in iOS.
Browse files Browse the repository at this point in the history
Updated BASS.NET assembly for Mac/Linux/Windows.

Related to issue #381.
  • Loading branch information
ycastonguay committed Apr 12, 2013
1 parent 75ee759 commit 5965d2e
Show file tree
Hide file tree
Showing 12 changed files with 501 additions and 472 deletions.
2 changes: 1 addition & 1 deletion MPfm/MPfm.Mac/AppDelegate.cs
Expand Up @@ -52,7 +52,7 @@ public override void FinishedLaunching(NSObject notification)
Bootstrapper.GetContainer().Register<IMainView, MainWindowController>().AsMultiInstance();
Bootstrapper.GetContainer().Register<IUpdateLibraryView, UpdateLibraryWindowController>().AsMultiInstance();
Bootstrapper.GetContainer().Register<IPlaylistView, PlaylistWindowController>().AsMultiInstance();
Bootstrapper.GetContainer().Register<IEffectsView, EffectsWindowController>().AsMultiInstance();
//Bootstrapper.GetContainer().Register<IEffectsView, EffectsWindowController>().AsMultiInstance();
Bootstrapper.GetContainer().Register<IPreferencesView, PreferencesWindowController>().AsMultiInstance();

// Create and start navigation manager
Expand Down

0 comments on commit 5965d2e

Please sign in to comment.