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 Read More
posted @ 2012-02-25 19:33 javawebsoa Views(2263) Comments(0) Diggs(0)