Exemplo n.º 1
0
 protected override void Destructor()
 {
     base.Destructor();
     if (s_Instance == this)
     {
         s_Instance = null;
     }
 }
Exemplo n.º 2
0
 protected override void Destructor()
 {
     base.Destructor();
      if (s_Instance==this)  s_Instance = null;
 }