摘要:
1 public static bool smethod_0(ref string string_0) 2 { 3 string path = AppDomain.CurrentDomain.SetupInformation.ApplicationBase + "LvCha.S3.dll"; 4 if (File.Exists(path)) 5 { 6 // ab ab = new ab(); 7 if (/*ab.a()*/true) 8 ... 阅读全文
摘要:
1 private void Form_Load(object sender, EventArgs e)2 {3 //取消默认选中行4 dataGridView1.ClearSelection();5 } 阅读全文