Exemplo n.º 1
0
 public void Close()
 {
     if (DocumentOwner != null)
     {
         DocumentOwner.Close(this);
     }
 }
Exemplo n.º 2
0
 public void Close()
 {
     DocumentOwner.Close(this, false);
 }