Пример #1
0
 public TestApp(ITestAppImpDelegate del, TestAppConfig config)
 {
     s_sharedInstance = this;
     m_delegate = del;
     m_config = config;
     m_input = CreateTestInput();
 }
Пример #2
0
 public TestApp(ITestAppImpDelegate del, TestAppConfig config)
 {
     s_sharedInstance = this;
     m_delegate       = del;
     m_config         = config;
     m_input          = CreateTestInput();
 }