Ejemplo n.º 1
0
 public static PublicTooltip GetInstance()
 {
     if (_instance == null)
     {
         _instance = new PublicTooltip();
     }
     return(_instance);
 }
Ejemplo n.º 2
0
 public void Window_Close(object sender, EventArgs e)
 {
     _instance = null;
 }