e
This commit is contained in:
parent
72bf221637
commit
b6719a55d9
@ -2,6 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
using Wpf_AiSportsMicrospace.MyUserControl;
|
||||||
using Yztob.AiSports.Postures.Sports;
|
using Yztob.AiSports.Postures.Sports;
|
||||||
|
|
||||||
namespace Dto
|
namespace Dto
|
||||||
@ -11,7 +12,7 @@ namespace Dto
|
|||||||
public int Index { get; set; }
|
public int Index { get; set; }
|
||||||
public Point NormalizedPosition { get; set; }
|
public Point NormalizedPosition { get; set; }
|
||||||
public SportBase Sport { get; set; }
|
public SportBase Sport { get; set; }
|
||||||
public UserItem User { get; set; }
|
public SportUserItem User { get; set; }
|
||||||
|
|
||||||
public string LastNumberText { get; set; } = "";
|
public string LastNumberText { get; set; } = "";
|
||||||
public DateTime LastJumpTime { get; set; } = DateTime.MinValue;
|
public DateTime LastJumpTime { get; set; } = DateTime.MinValue;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user