예제 #1
0
 public void Close()
 {
     Database data = new Database();
     data.CloseAccount(this);
     data.Close();
     data.Dispose();
 }