Ejemplo n.º 1
0
        protected global::System.Boolean? IsAllowExecuteThroughChatBotValueInputHandler(global::System.Boolean? value)
        {
            var args = new global::Sungero.Presentation.BooleanValueInputEventArgs(this.IsAllowExecuteThroughChatBot, value, this, this.Info.Properties.IsAllowExecuteThroughChatBot);

            ((global::DirRX.Solution.EmployeeClientHandlers) this.Handlers).IsAllowExecuteThroughChatBotValueInput(args);
            return(args.NewValue);
        }
Ejemplo n.º 2
0
 public virtual void IsAllowExecuteThroughChatBotValueInput(global::Sungero.Presentation.BooleanValueInputEventArgs e)
 {
 }