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