コード例 #1
0
        private void UPPPTToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Int32 idObject = Convert.ToInt32(dataGridViewObjects.Rows[dataGridViewObjects.SelectedCells[0].RowIndex].Cells[0].Value);

            FormUPPPT formUPPPT = new FormUPPPT(connection, idObject);

            formUPPPT.Show();
        }
コード例 #2
0
ファイル: FormMain.cs プロジェクト: HONKERTRON/UPOReu
        private void buttonJUP_Click(object sender, EventArgs e)
        {
            FormUPPPT formUPPPT = new FormUPPPT(connection, -1);

            formUPPPT.Show();
        }