public void Close()
 {
     State.Close();
 }
Ejemplo n.º 2
0
 public string Close()
 {
     return(_State.Close());
 }