Exemplo n.º 1
0
 void CurrentFrameChanged(object sender, EventArgs e)
 {
     if (tooltip != null)
     {
         tooltip.Hide();
     }
 }
Exemplo n.º 2
0
        void CurrentFrameChanged(object sender, EventArgs e)
        {
            // Clear the cached values every time the current frame changes
            cachedValues.Clear();

            if (tooltip != null)
            {
                tooltip.Hide();
            }
        }