You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.3 KiB

using System.Collections.Generic;
namespace Utils.Printers
{
public struct PrintInfo
{
public double { get; set; }
public IList<string> { get; set; }
public int { get; set; }
public string { get; set; }
public long { get; set; }
public double { get; set; }
public double { get; set; }
public int { get; set; }
public double { get; set; }
public double { get; set; }
public List<Dictionary<string, string>> { get; set; }
public double { get; set; }
public int { get; set; }
public int { get; set; }
public int { get; set; }
public IList<double> { get; set; }
public bool { get; set; }
public IList<string> { get; set; }
public bool { get; set; }
public bool { get; set; }
public bool { get; set; }
public string { get; set; }
public int { get; set; }
public IList<string> { get; set; }
public IList<string> { get; set; }
public int { get; set; }
public int { get; set; }
}
}