Exemple #1
0
 public FlowsheetSurface_Mac()
 {
     drawable = new SKDrawable();
     BecomeFirstResponder();
     RegisterForDraggedTypes(new string[] { "ObjectName" });
 }
Exemple #2
0
 public FlowsheetSurface_Mac()
 {
     drawable = new SKDrawable();
     BecomeFirstResponder();
 }