예제 #1
0
 /// <summary>
 /// Create a empty OclDevice object
 /// </summary>
 public Device()
     : this(OclInvoke.oclDeviceCreate(), true)
 {
 }