示例#1
0
    // Функция старта диалога
    public void StartDialog(Dialog.DialogType type)
    {
        currentMessageNum = 0;
        CurrentDialog     = DialogManager.Dialogs.Find(x => x.Type == type);

        ShowMessage();
    }
示例#2
0
 public Task <ResponseWrapper <Info> > GetInfoAsync(string sessionName, Dialog.DialogType type, int id)
 {
     throw new NotImplementedException();
 }