Example #1
0
        private void m_menuCommandsTunnel_Click(object sender, EventArgs e)
        {
            if (FPGA.TileSelectionManager.Instance.NumberOfSelectedTiles == 0)
            {
                MessageBox.Show("No tiles selected", "GoAhead", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
                return;
            }

            PortSelectionForm dlg = new PortSelectionForm();

            dlg.Show();
        }
        private void m_contextMenuTunnel_Click_1(object sender, EventArgs e)
        {
            PortSelectionForm dlg = new PortSelectionForm();

            dlg.Show();
        }