Ejemplo n.º 1
0
 public SLExcelData()
 {
     Status   = new SLExcelStatus();
     Headers  = new List <string>();
     DataRows = new List <List <string> >();
 }
Ejemplo n.º 2
0
		public SLExcelData()
		{
			Status = new SLExcelStatus();
			Headers = new List<string>();
			DataRows = new List<List<string>>();
		}