Esempio n. 1
0
 /// <summary>
 ///     Internal constructor.  This class cannot be instantiated externally.
 /// </summary>
 internal OverlayManager()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
 /// <summary>
 ///     Internal constructor.  This class cannot be instantiated externally.
 /// </summary>
 internal OverlayManager()
 {
     if (instance == null) {
         instance = this;
     }
 }
 public override void Dispose()
 {
     base.Dispose();
     instance = null;
 }
Esempio n. 4
0
 public override void Dispose()
 {
     base.Dispose();
     instance = null;
 }