码迷,mamicode.com
首页 > 其他好文 > 详细

CheckoutContext

时间:2014-07-23 11:47:26      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   art   for   

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

标签:style   blog   color   io   art   for   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!