Beispiel #1
0
        private void btnSearchall_Click(object sender, EventArgs e)
        {
            ContexttestTableService service   = new ContexttestTableService();
            List <testtable>        listTable = service.GetList("");

            MessageBox.Show(string.Format("总个数:{0}", listTable.Count));
        }