Пример #1
0
 /// <summary>
 /// Adds a new action link to the top of the table.  This could be used to add a new customer or other entity to the table, for example.
 /// </summary>
 public void AddActionLink(ActionButtonSetup actionButtonSetup)
 {
     actionLinks.Add(actionButtonSetup);
 }
 protected override void loadData()
 {
     calendar.SetParameters(info.Date, date => parametersModification.Date = date);
     EwfUiStatics.SetContentFootActions(
         ActionButtonSetup.CreateWithUrl("OK", info.ReturnUrl.Any() ? (ResourceInfo) new ExternalResourceInfo(info.ReturnUrl) : ActionControls.GetInfo()));
 }