예제 #1
0
 public MainWindow()
 {
     count = sql.SelectMySql(Person);
     InitializeComponent();
     server_info.Text = "服务器已关闭";
 }