Skip to content

Instantly share code, notes, and snippets.

@kkaraivanov
Created October 15, 2019 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkaraivanov/2958243f626a95ba573f2bca43f26442 to your computer and use it in GitHub Desktop.
Save kkaraivanov/2958243f626a95ba573f2bca43f26442 to your computer and use it in GitHub Desktop.
ClassExcelTable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MiningEngineering
{
class ExcelTable
{
public DateTime DataRows { get; set; }
public string SmianaRows { get; set; }
public DateTime TimeRows { get; set; }
public double RudaRows { get; set; }
public double Parameter1 { get; set; }
public double Parameter5 { get; set; }
public double Parameter6 { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment