public TransportForm(ref Transport transport) : this() { InfoForm = new InfoForm(false); Profile = new Profile(ref transport); Init(); }
public TransportForm(Profile profile) : this() { InfoForm = new InfoForm(true); Profile = profile; Init(); AllocationForm.Enabled = true; }