コード例 #1
0
ファイル: Form1.cs プロジェクト: caloriscz/Tikira
        private void contextFileInfo_Click(object sender, EventArgs e)
        {
            int cc = dataGridView1.CurrentCell.RowIndex;

            xy = gPath.Text + "\\" + dataGridView1.Rows[cc].Cells[0].Value.ToString();

            ImageFileInfo form = new ImageFileInfo();

            form.ShowDialog();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: caloriscz/Tikira
        private void contextFileInfo_Click(object sender, EventArgs e)
        {
            int cc = dataGridView1.CurrentCell.RowIndex;

            xy = gPath.Text + "\\" + dataGridView1.Rows[cc].Cells[0].Value.ToString();

            ImageFileInfo form = new ImageFileInfo();
            form.ShowDialog();
        }