Esempio n. 1
0
 public DeliveryModule()
 {
     ModelDifferenceResourceName = "XafDelta.Delivery.Model.DesignedDiffs";
     InitializeComponent();
     Instance = this;
     DeliveryService = new DeliveryService(this);
     ResourcesExportedToModel.Add(typeof(Localization.Localizer));
 }
Esempio n. 2
0
 public DeliveryModule()
 {
     ModelDifferenceResourceName = "XafDelta.Delivery.Model.DesignedDiffs";
     InitializeComponent();
     Instance        = this;
     DeliveryService = new DeliveryService(this);
     ResourcesExportedToModel.Add(typeof(Localization.Localizer));
 }