Ejemplo n.º 1
0
 void originForm_FormClosed(object sender, FormClosedEventArgs e)
 {
     if (_thumbnail != null)
     {
         _thumbnail.Dispose();
         _thumbnail = null;
     }
 }