Пример #1
0
 public void Dispose()
 {
     HideTooltip();
     statusBar.HideStatusIcon(this);
     if (images != null)
     {
         foreach (Xwt.Drawing.Image img in images)
         {
             img.Dispose();
         }
     }
     if (animation != 0)
     {
         GLib.Source.Remove(animation);
         animation = 0;
     }
 }