コード例 #1
0
 public bool SetHomepageText(string strText)
 {
     objclsDALCommon = new clsDALCommon();
     objclsDALCommon.SetHomepageText(strText);
     return(true);
 }