1 Commits

Author SHA1 Message Date
Victor
f3167eda2c Add LambdaStartFormFactory.cs that allows pass parameters without creating factory class
eg. BotBase bb = new BotBase(api, new LambdaStartFormFactory(
    () => new Start(posible, parameters)
));
2021-10-11 14:37:15 +03:00