页面逻辑添加
This commit is contained in:
@@ -44,5 +44,18 @@ namespace 头罩视野
|
||||
record.Id = _nextId++;
|
||||
Records.Add(record);
|
||||
}
|
||||
|
||||
|
||||
public static class GlobalData
|
||||
{
|
||||
// 要传的所有数据放这里
|
||||
public static double LeftEyeArea { get; set; }
|
||||
public static double RightEyeArea { get; set; }
|
||||
public static double TotalEyeArea { get; set; }
|
||||
public static double BinocularArea { get; set; }
|
||||
public static double BlankArea { get; set; }
|
||||
public static double LowerVision { get; set; }//下方视野角度
|
||||
public static double VisionRetentionRate { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user