You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
504 B

using System;
using OboutInc;
public class cs_customize2 : OboutInc.oboutAJAXPage
{
protected CallbackPanel cp3;
protected CallbackPanel cp4;
void Page_Load(object sender, EventArgs e) {
cp3.BeforePanelUpdate += new OnBeforePanelUpdate(oboutAJAXPage_BeforePanelUpdate);
cp4.BeforePanelUpdate += new OnBeforePanelUpdate(oboutAJAXPage_BeforePanelUpdate);
}
private bool oboutAJAXPage_BeforePanelUpdate(string PanelId, string UpdateContainer) {
System.Threading.Thread.Sleep(2000);