Exemplo n.º 1
0
 public void CommitAsync()
 {
     Wfc.Commit(_Device.Handle, _Handle, false);
 }
Exemplo n.º 2
0
 public void Commit()
 {
     Wfc.Commit(_Device.Handle, _Handle, true);
 }