首页 > 其他 > 详细

CheckoutContext

时间:2014-07-23 11:47:26      阅读:268      评论:0      收藏:0      [点我收藏+]
using System;
using System.Collections.Generic;
using WindowsFormsApplication3.Utility;
using WindowsFormsApplication3.Model;


namespace WindowsFormsApplication3.DataStorge
{
   public class CheckoutContext
    {
       // public List<String> AFSServiceCells;
       // public List<String> AFSThisCells;
       public LogData logData;
       public List<FormHierachy> formHierachy;
       public List<string> messageList;
        protected DateTime dateTimeStart;
        public DateTime DateTimeStart {
            get { return dateTimeStart; }
        }

        public CheckoutContext() {
            logData = new LogData();
            formHierachy=new List<FormHierachy>();
            messageList=new List<string>();
        }


        
    }
}

CheckoutContext,布布扣,bubuko.com

CheckoutContext

原文:http://www.cnblogs.com/rosizel/p/3861610.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!