| | |
| | | public double Mark2Width { get; set; } |
| | | public double Mark3Width { get; set; } |
| | | public double Mark4Width { get; set; } |
| | | public double Mark5Width { get; set; } |
| | | public double Mark6Width { get; set; } |
| | | public double Mark7Width { get; set; } |
| | | public double Mark8Width { get; set; } |
| | | |
| | | public int Stage_Num { get; set; } |
| | | |
| | |
| | | info.Mark2Width = this.Mark2Width; |
| | | info.Mark3Width = this.Mark3Width; |
| | | info.Mark4Width = this.Mark4Width; |
| | | info.Mark5Width = this.Mark5Width; |
| | | info.Mark6Width = this.Mark6Width; |
| | | info.Mark7Width = this.Mark7Width; |
| | | info.Mark8Width = this.Mark8Width; |
| | | info.Stage_Num = this.Stage_Num; |
| | | info.Start_Time = this.Start_Time; |
| | | info.End_Time = this.End_Time; |