public static object GetUIValue(this Control control, string property = "Text") { return(UISync.GetUIValue(control, property)); }
public static void SetUIValue(this Control control, object value, string property = "Value") { UISync.SetUIValue(control, value, property); }