摘要: 1 [Serializable] 2 public class Person:ICloneable 3 { 4 public string Name { get; set; } 5 public int Id { get; set; } 6 public int Age { get; set; } 7 public Department Department { get; set; } 8 9 p 阅读全文
posted @ 2019-09-20 17:20 FredGrit 阅读(309) 评论(0) 推荐(0) 编辑
摘要: <Style TargetType="{x:Type DatePickerTextBox}"> <Setter Property="Control.Template"> <Setter.Value> <ControlTemplate> <TextBox x:Name="PART_TextBox" Text="{Binding Path=SelectedDate, StringFormat='yyy 阅读全文
posted @ 2019-09-20 10:48 FredGrit 阅读(642) 评论(0) 推荐(0) 编辑