Beispiel #1
0
 public void web_remove_auto_header(string name, string ImplicitGen = null)
 {
     name        = InjectionParam(name);
     ImplicitGen = InjectionParam(ImplicitGen);
     innerFuns.web_remove_auto_header(name, ImplicitGen);
 }
Beispiel #2
0
 public void web_remove_auto_header(string name, string ImplicitGen = null)
 {
     innerFuns.web_remove_auto_header(name, ImplicitGen);
 }