コード例 #1
0
        public override void onShowed()
        {
            showDesc();
            instance = this;

            base.onShowed();
        }
コード例 #2
0
 public override void onClosed()
 {
     instance = null;
 }
コード例 #3
0
ファイル: teachline.cs プロジェクト: atom-chen/rongyaojt
 public override void onClosed()
 {
     teachline.instance = null;
 }
コード例 #4
0
ファイル: teachline.cs プロジェクト: atom-chen/rongyaojt
 public override void onShowed()
 {
     this.showDesc();
     teachline.instance = this;
     base.onShowed();
 }