예제 #1
0
 public CanCompute <Byte> NewByte(Byte value = default(Byte))
 {
     return(ManagerGX.NewByte(this, value));
 }