Esempio n. 1
0
 public void SetDialog(Command.Exec e)
 {
     ActiveDialog.SetDialog(e.src, e.tok, e.tok.GetStr(1));
 }
Esempio n. 2
0
 public void SetDialog(object src, Tokenizer tok, string name)
 {
     ActiveDialog.SetDialog(src, tok, name);
 }