Example #1
0
 public void CLOSE_CONNECTION()
 {
     if (CNN.State == ConnectionState.Open)
     {
         CNN.Close();
     }
 }