예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="VmLocationChannel"/> class.
 /// </summary>
 public VmLocationChannel()
 {
     Step1Form = new VmLocationChannelStep1();
     Step4Form = new VmOpeningHoursStep();
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="VmPhoneChannel"/> class.
 /// </summary>
 public VmPhoneChannel()
 {
     Step1Form = new VmPhoneChannelStep1();
     Step2Form = new VmOpeningHoursStep();
 }
예제 #3
0
 /// <summary>
 /// Constructor
 /// </summary>
 public VmElectronicChannel()
 {
     Step1Form      = new VmElectronicChannelStep1();
     Step2Form      = new VmOpeningHoursStep();
     UrlAttachments = new List <VmChannelAttachment>();
 }