Exemplo n.º 1
0
 private void POS_Close(IskraPOS pos)
 {
     pos.Close();
     this.m_Error = pos.GetErrorMessage();
 }