Beispiel #1
0
 public static void UpdateData(string cmd, object obj)
 {
     if (CurrentPage != null)
     {
         CurrentPage.Cmd(cmd, obj);
     }
 }