예제 #1
0
파일: Motorcade.cs 프로젝트: LutherW/MTMS
        private readonly Model.siteconfig siteConfig = new BLL.siteconfig().loadConfig(); //���վ��������Ϣ

        #endregion Fields

        #region Constructors

        public Motorcade()
        {
            dal = new DAL.Motorcade("mtms_");
        }
예제 #2
0
 public Motorcade()
 {
     dal = new DAL.Motorcade("mtms_");
 }