public static InfAdv getInstance(string inf) { if (instance == null) { instance = new InfAdv(inf); } return(instance); }
public void SomeInf(string osName) { InfAdv = InfAdv.getInstance(osName); }