コード例 #1
0
 protected override void Destructor()
 {
     base.Destructor();
     if (s_Instance == this)
     {
         s_Instance = null;
     }
 }
コード例 #2
0
ファイル: MessageService.cs プロジェクト: itadapter/nfx
 protected override void Destructor()
 {
     base.Destructor();
       if (s_Instance == this) s_Instance = null;
 }