예제 #1
0
 public static AppPerfStats GetAppPerfStats()
 {
     if (version >= OVRP_1_9_0.version)
     {
         return(OVRP_1_9_0.ovrp_GetAppPerfStats());
     }
     else
     {
         return(new AppPerfStats());
     }
 }