Exemplo n.º 1
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.SetText(this.Id.Get(context), (this.Component.Get(context) as GuiVComponent), (this.Session.Get(context) as GuiSession), this.Text.Get(context));
 }