20 lines
487 B
C#
20 lines
487 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace XCLPTInternalTesting
|
|
{
|
|
public class Data
|
|
{
|
|
public float OneLine { get; set; }
|
|
public float TwoLine { get; set; }
|
|
public float ThreeLine { get; set; }
|
|
public float ForeLine { get; set; }
|
|
public float FiveLine { get; set; }
|
|
public float Hum { get; set; }
|
|
public float Tem { get; set; }
|
|
}
|
|
}
|