コード例 #1
0
        public bool CheckIFServerExists(string strServerName)
        {
            objclsBALApplication = new clsBALApplication();
            bool bln = objclsBALApplication.CheckIfServerExists(strServerName);

            return(bln);
        }