Example #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();
        }
Example #2
0
        private void buttonJUP_Click(object sender, EventArgs e)
        {
            FormUPPPT formUPPPT = new FormUPPPT(connection, -1);

            formUPPPT.Show();
        }