示例#1
0
 public override BaseDialog GetNext()
 {
     return(DialogManager.GetByDialog(this).ById(next));
 }
示例#2
0
 protected DialogManager GetManager()
 {
     return(DialogManager.GetByDialog(this));
 }