Пример #1
0
 // Constructors
 internal QApplication(QTableFactoryBase tableFactory, IQClient client, string applicationId, string token)
 {
     TableFactory  = tableFactory;
     Client        = client;
     ApplicationId = applicationId;
     Token         = token;
     // Call these methods after setting the above properties.
     SetApplicationName();
     ClearTables();
     LoadTables();
 }
Пример #2
0
 // Constructors
 internal QApplication(QTableFactoryBase tableFactory, IQClient client, string applicationId, string token)
 {
     TableFactory = tableFactory;
     Client = client;
     ApplicationId = applicationId;
     Token = token;
     // Call these methods after setting the above properties.
     SetApplicationName();
     ClearTables();
     LoadTables();
 }