public void Close()
 {
     State.Close();
 }
Пример #2
0
 public string Close()
 {
     return(_State.Close());
 }