Example #1
0
 public DBFavourFactory()
 {
     if (_dataContext == null)
     {
         _dataContext = new PPTVDataContext();
     }
 }
Example #2
0
 public LocalPlayFactory()
 {
     if (_dataContext == null)
     {
         _dataContext = new PPTVDataContext();
     }
 }
Example #3
0
 public DBMyDownloadFactory()
 {
     if (_dataContext == null)
     {
         _dataContext = new PPTVDataContext();
     }
     MyDownInfos = GetAllRecords();
 }
Example #4
0
 public DBMyDownloadFactory()
 {
     if (_dataContext == null)
         _dataContext = new PPTVDataContext();
     MyDownInfos = GetAllRecords();
 }
Example #5
0
 public DBFavourFactory()
 {
     if (_dataContext == null)
         _dataContext = new PPTVDataContext();
 }
Example #6
0
 public LocalPlayFactory()
 {
     if (_dataContext == null)
         _dataContext = new PPTVDataContext();
 }