예제 #1
0
 public TransportForm(ref Transport transport)
     : this()
 {
     InfoForm = new InfoForm(false);
     Profile = new Profile(ref transport);
     Init();
 }
예제 #2
0
 public TransportForm(Profile profile)
     : this()
 {
     InfoForm = new InfoForm(true);
     Profile = profile;
     Init();
     AllocationForm.Enabled = true;
 }