2008年4月21日
摘要: 1private void button1_Click(object sender, RoutedEventArgs e) 2 { 3 MessageBox.Show(CreateStateRow().RowState.ToString()); 4 } 5 6 public static R CreateStateRo... 阅读全文
posted @ 2008-04-21 20:15 think8848 阅读(550) 评论(0) 推荐(0)