Exemplo n.º 1
0
 /// <summary>
 /// Show the tooltip.
 /// </summary>
 public static void Show()
 {
     if (mInstance != null && mInstance.enabled)
     {
         mInstance._Show();
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Show the tooltip.
 /// </summary>
 public static void Show()
 {
     if (mInstance != null)
     {
         mInstance._Show();
     }
 }