Пример #1
0
 static public void End()
 {
     if (Current != null)
     {
         Current.Dispose();
     }
 }