예제 #1
0
 public Control GetControlStringOrRef(string module, object o)
 {
     if (o is string)
     {
         return((Control)this.b4p.htControls[(object)("_" + Other.FixRuntimeControlName(o.ToString().ToLower(b4p.cul), module))]);
     }
     return((Control)o);
 }