namespace HStation.WinFrmUI.Basic { public class FixationReceivedViewModel { public string Oper { get; set; } public string Json { get; set; } } }