You can return the configuration values from your function:
public static cfgInfo getsys(){ . . . . return Info;}
Then when you need the configuration in other places, call getsys and use the returned value.
No comments:
Post a Comment