Exemple #1
0
 public AppDriver()
 {
     _core = AppDriverDebug.Exists ? (IAppDriverCore) new AppDriverDebug() : new AppDriverNormal();
 }
 public AppDriver()
 {
     _core = AppDriverDebug.Exists ? (IAppDriverCore)new AppDriverDebug() : new AppDriverNormal();
 }