upload
This commit is contained in:
12
Models/AnalysisRow.cs
Normal file
12
Models/AnalysisRow.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Lab9.Models;
|
||||
|
||||
public class AnalysisRow
|
||||
{
|
||||
public int ElementCount { get; set; }
|
||||
|
||||
public string TimSort { get; set; } = string.Empty;
|
||||
|
||||
public string Msd { get; set; } = string.Empty;
|
||||
|
||||
public string Communist { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user