public void Close()
 {
     State.Close();
 }
Exemple #2
0
 public string Close()
 {
     return(_State.Close());
 }