Example #1
0
 public void Cancel()
 {
     if (preview != null)
     {
         preview.Destroy();
         preview = null;
     }
     if (curvePreview != null)
     {
         curvePreview.Destroy();
         curvePreview = null;
     }
 }