Exemplo n.º 1
0
 public int AvoidAutomaticClosing(bool avoid = true)
 {
     return(ComObject.AvoidAutomaticClosing(avoid ? 1 : 0));
 }
Exemplo n.º 2
0
 public int AvoidAutomaticClosing(int avoid = 1)
 {
     return(ComObject.AvoidAutomaticClosing(avoid));
 }