Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/MapDemo.Wpf/Controls/ |
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/MapDemo.Wpf/Controls/WeatherLabel.cs |
namespace MapDemo { public class WeatherLabel : VisibleControl { public WeatherLabel() { DefaultStyleKey = typeof(WeatherLabel); } } }