Exemple #1
0
Fichier : Pi2.cs Projet : habi/pi2
 /// <summary>
 /// Constructor
 /// </summary>
 public Pi2()
 {
     Handle     = PiLib.CreatePI();
     OwnsHandle = true;
 }