标签: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
标签:style blog color io art for
原文地址:http://www.cnblogs.com/rosizel/p/3861610.html