Exemplo n.º 1
0
        private void testButt_Click(object sender, EventArgs e)
        {
            SWShip testShip = new SWShip();

            testShip.Ordnance    = true;
            testShip.WeaponsTeam = true;
        }
Exemplo n.º 2
0
        private void testingButton_Click(object sender, EventArgs e)
        {
            SWShip testShip = new SWShip();

            testShip.Location       = new Point(18, 70);
            squadronsPanel.Location = new Point(33, 1250);
            panel1.Size             = new Size(1129, 1342);
        }