public EventData(string eventName, string toSectionName) { this.eventName = eventName; this.toSectionName = toSectionName; closeType = UITransition.TYPE.CLOSE; openType = UITransition.TYPE.OPEN; }
public override void Close(UITransition.TYPE type) { base.Close(type); DeleteModel(); }
public override void Close(UITransition.TYPE type = UITransition.TYPE.CLOSE) { base.Close(type); _OnCloseStatusStage(); }