Close() 공개 메소드

public Close ( ) : void
리턴 void
예제 #1
0
 public void Close()
 {
     if (backend != null)
     {
         backend.Close();
     }
 }