예제 #1
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.SendVKey(this.Id.Get(context), (this.GuiFrameWindow.Get(context) as sapfewse.GuiFrameWindow), (this.Session.Get(context) as GuiSession), this.Key.Get(context));
 }