コード例 #1
0
 private void button3_Click_1(object sender, EventArgs e)
 {
     DataGridViewRow _drTemp = dataGridView1.CurrentRow;
     string _strTableName = _drTemp.Cells["TABLE_NAME"].Value.ToString();
     string _strMs = _drTemp.Cells["MS"].Value.ToString();
     DataTable _dt = (DataTable)dataGridView1.DataSource;
     ShowFixInfo bs = new ShowFixInfo(_strTableName, _strMs);
     CommonFunction.AddForm2(bs);
 }
コード例 #2
0
 private void button3_Click(object sender, EventArgs e)
 {
     //string _strExePath = Application.StartupPath + @"\MessagePlatform.exe";
     //Process.Start(_strExePath);
     //RemoteMessage.InitClient();
     DataTable _dt = (DataTable)dataGridView1.DataSource;
     ShowFixInfo bs = new ShowFixInfo(_dt);
     //CommonFunction.AddForm2(bs);
 }