In our application sometimes we need that when we perform any cloud operation the it will take effect to other UI control. hare is the sample: private void LoadWMSComboInBuildingUI() { try { BuildingSetup obj; foreach (Window objWindow in Application.Current.Windows) { string[] splitedNamespace = (objWindow.ToString()).Split('.'); ...
Work smarter, not harder.