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