Пример #1
0
 protected override void Destructor()
 {
     base.Destructor();
     if (s_Instance == this)
     {
         s_Instance = null;
     }
 }
Пример #2
0
 protected override void Destructor()
 {
     base.Destructor();
      if (s_Instance==this)  s_Instance = null;
 }