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