public override void onShowed() { showDesc(); instance = this; base.onShowed(); }
public override void onClosed() { instance = null; }
public override void onClosed() { teachline.instance = null; }
public override void onShowed() { this.showDesc(); teachline.instance = this; base.onShowed(); }