Example #1
0
 public PGN32622(frmPCBsettings CalledFrom)
 {
     cf       = CalledFrom;
     cData[0] = 110;
     cData[1] = 127;
 }
Example #2
0
        private void pCBConfigToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form tmp = new frmPCBsettings(this);

            tmp.ShowDialog();
        }