daisy_daisy_create() private method

private daisy_daisy_create ( ) : IntPtr
return System.IntPtr
Example #1
0
 public Daisy()
 {
     daisy = DLL.daisy_daisy_create();
     if (daisy == (IntPtr)0)
     {
         throw new ApplicationException("Could not create daisy");
     }
 }