Exemple #1
0
 public static void SetFPS(int fps)
 {
     if (screenProcess != null)
     {
         screenProcess.SetFPS(fps);
     }
 }