예제 #1
0
 public bool GetOption(CUFBoolOptions opt)
 {
     return(BoolOptions.Get((int)opt));
 }
예제 #2
0
 public void SetOption(CUFBoolOptions opt, byte arg)
 {
     BoolOptions.Set((int)opt, arg != 0);
 }