Exemplo n.º 1
0
 public static void ShowProgress(this Control.ControlCollection ctrls, bool isloading)
 {
     ctrls.ShowProgress(isloading, null, null);
 }