Пример #1
0
 private void InitObjects()
 {
     oShareBrowser  = new ShareBrowser(this);
     oFileBrowser   = new FileBrowser(this);
     oMenuItems     = new MenuItems(this);
     oContextMenu   = new ContextMenu(this);
     oControls      = new Controls(this);
     oPlaylist      = new Playlist(this);
     oHelper        = new HelperFunctions(this);
     oStatusUpdate  = new StatusUpdate(this);
     oSysTrayIcon   = new SysTrayIcon(this);
     oGenreBrowser  = new GenreBrowser(this);
     oArtistBrowser = new ArtistBrowser(this);
     oAlbumBrowser  = new AlbumBrowser(this);
 }
Пример #2
0
 /// <summary>
 ///  Initialise objects
 /// </summary>
 private void InitObjects()
 {
     oHelper        = new HelperFunctions(this);
     oImages        = new Images(this);
     oConfiguration = new Configuration(this);
     oXbmc          = new XBMC_Communicator();
     oShareBrowser  = new ShareBrowser(this);
     oFileBrowser   = new FileBrowser(this);
     oMenuItems     = new MenuItems(this);
     oContextMenu   = new ContextMenu(this);
     oSysTrayIcon   = new SysTrayIcon(this);
     oControls      = new Controls(this);
     oPlaylist      = new Playlist(this);
     oGenreBrowser  = new GenreBrowser(this);
     oArtistBrowser = new ArtistBrowser(this);
     oAlbumBrowser  = new AlbumBrowser(this);
     oNowPlaying    = new NowPlaying(this);
     oStatusUpdate  = new StatusUpdate(this);
 }
Пример #3
0
 /// <summary>
 ///  Initialise objects
 /// </summary>
 private void InitObjects()
 {
     oHelper			= new HelperFunctions(this);
     oConfiguration 	= new Configuration(this);
     oXbmc 			= new XBMC_Communicator();
     oShareBrowser 	= new ShareBrowser(this);
     oFileBrowser	= new FileBrowser(this);
     oMenuItems		= new MenuItems(this);
     oContextMenu	= new ContextMenu(this);
     oSysTrayIcon 	= new SysTrayIcon(this);
     oControls		= new Controls(this);
     oPlaylist		= new Playlist(this);
     oGenreBrowser	= new GenreBrowser(this);
     oArtistBrowser 	= new ArtistBrowser(this);
     oAlbumBrowser	= new AlbumBrowser(this);
     oStatusUpdate	= new StatusUpdate(this);
 }