Exemplo n.º 1
0
 public TypedActivityBuilder(TypeBindBot bot)
     : base(bot)
 {
 }
Exemplo n.º 2
0
 public BotBuilder(TypeBindBot bot)
     : base(bot)
 {
 }
Exemplo n.º 3
0
 public ActivityBuilder(TypeBindBot bot)
 {
     this.Owner = bot;
 }