Exemplo n.º 1
0
 private static void ping(string str)
 {
     if (BasePage.SystemSetting.EnablePing)
     {
         BasePage.PingSE(str);
     }
 }