摘要:class Student { public string sno { get; set; } public string sname { get; set; } public string sage { get; set; } }定义实体类Student <ListBox Height="163" HorizontalAlignment="Left" Margin="12,12,0,0" Name="listBox1" VerticalAlignment="Top" Width=&quo
阅读全文