Exemple #1
0
 public WebTransportModule()
 {
     ModelDifferenceResourceName = "XafDelta.Delivery.WebTransport.Model.DesignedDiffs";
     InitializeComponent();
     UseForDownload = true;
     UseForUpload   = true;
     ResourcesExportedToModel.Add(typeof(Localization.Localizer));
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="XafDeltaModule"/> class.
 /// </summary>
 public XafDeltaModule()
 {
     ModelDifferenceResourceName = "XafDelta.Model.DesignedDiffs";
     InitializeComponent();
     createServices();
     Instance = this;
     ResourcesExportedToModel.Add(typeof(Localizer));
 }
Exemple #3
0
 public DeliveryModule()
 {
     ModelDifferenceResourceName = "XafDelta.Delivery.Model.DesignedDiffs";
     InitializeComponent();
     Instance        = this;
     DeliveryService = new DeliveryService(this);
     ResourcesExportedToModel.Add(typeof(Localization.Localizer));
 }
Exemple #4
0
 public ImportWizardWindowsFormsModule()
 {
     InitializeComponent();
     ResourcesExportedToModel.Add(typeof(ImportWizResourceLocalizer));
     ResourcesExportedToModel.Add(typeof(ImportWizFrameTemplateLocalizer));
 }