Esempio n. 1
0
 /// <summary>
 /// Tries to delete the native note representation.
 /// </summary>
 public void TryDelete()
 {
     if (FullyNative())
     {
         Native.DeleteNote(parent.Reference(), reference);
     }
     reference = IntPtr.Zero;
 }