public static void InitializeFragments()
 {
     Fm0 = HomePageFrag.NewInstance("Home", "tab_home", null, 0);
     Fm1 = SubscriptionFrag.NewInstance("Subs", "tab_subs", null, 1);
     Fm2 = FeedFrag.NewInstance("Subs", "tab_home", null, 2);
     Fm3 = MyChannelFrag.NewInstance("MyChannel", "tab_home", AppSettings.Tab3OverridePreference, 3);
     Fm4 = SettingsFrag.NewInstance("Settings", "tab_home", AppSettings.Tab4OverridePreference, 4);
     Instance.InitializeTabs();
     Instance.FinalizeStartUp();
 }
 public void SwapMyChannelVideoDownloader()
 {
     MyChannelFrag.SwapDownloaderView();
 }