Exemplo n.º 1
0
 public AppDriver()
 {
     _core = AppDriverDebug.Exists ? (IAppDriverCore) new AppDriverDebug() : new AppDriverNormal();
 }
Exemplo n.º 2
0
 public AppDriver()
 {
     _core = AppDriverDebug.Exists ? (IAppDriverCore)new AppDriverDebug() : new AppDriverNormal();
 }