public string GetProject() { string s = "Level 1 Project : " + objInfo.GetProject(); s += "Level 2 Project : Uniper"; return(s); }
public string GetProject() { string s = iinfo.GetProject(); s += " Another Project : E.ON"; return(s); }