예제 #1
0
파일: R.cs 프로젝트: lihaochen910/RubySharp
 public void SetCV(string sym, Value value)
 {
     SingletonClass.SetIV(sym, value);
 }