Beispiel #1
0
        private void PopulateStaticControls()
        {
            if (Orchestrator.Globals.Configuration.FleetMetrikInstance)
            {
                OnlyEnableFleetMetrikFields();
            }

            Facade.IReferenceData facRefData = new Facade.ReferenceData();
            dsClients = facRefData.GetAllClients();



            int unitedKingdomCountryId = 1;

            this.SetAddressOnFocus(unitedKingdomCountryId);

            PopulateDeliveryMatrix();
        }