Esempio n. 1
0
        public PVPButton(int flid, PVPForm par)
        {
            fleetid = flid;
            form    = par;

            Click += new EventHandler(CommandButtonClick);
        }
Esempio n. 2
0
        public PVPButton(int flid, PVPForm par)
        {
            fleetid = flid;
            form = par;

            Click += new EventHandler(CommandButtonClick);
        }