예제 #1
0
 public void SetVFO(int v)
 {
     lock (lockObj)
     {
         rig.SetVFO(v);
     }
 }