예제 #1
0
 private void Dispose(bool disposing)
 {
     if (disposing)
     {
         _eventSender.Dispose();
     }
 }