Exemplo n.º 1
0
        protected override string OnInit()
        {
            if (Component == null)
            {
                return("ActionTask not assigned!");
            }

            Component.OnInit();
            return(null);
        }