예제 #1
0
        /// <summary>
        /// 생성자
        /// </summary>
        public MainViewModel()
        {
            // 서비스 통신 객체 null 체크
            if (null == Service)
            {
                // 서비스 통신 객체 생성
                Service = new Communication.ComnService();
            }

            Init();
        }
예제 #2
0
 public CallQuery()
 {
     Service         = new ComnService();
     createParameter = new IMRUtils.CreateParameter();
 }