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