摘要:
using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Web;using System.Web.Services;using System.Web.Services.Protocols;using System.Xml;namespace WebService... 阅读全文
摘要:
public IList GetPlatCount() { IList PlatCount = new List(); string sql = string.Format("select PlatformId ,S_PassIdNum ,E_PassIdNum from PlatformAssign "); D... 阅读全文
摘要:
if (this.dataGridView1.CurrentRow != null && this.dataGridView1.CurrentRow.Cells["Column3"].Value != null) int i = int... 阅读全文