Esempio n. 1
0
 //tongb
 private void button1_Click(object sender, EventArgs e)
 {
     try
     {
         m_dst.SysSeqbund();
         MessageBox.Show("同步成功");
     }
     catch {
         MessageBox.Show("失败");
     }
 }