Beispiel #1
0
 public void Close()
 {
     if (DocumentOwner != null)
     {
         DocumentOwner.Close(this);
     }
 }
 public void Close()
 {
     DocumentOwner.Close(this, false);
 }