123456789101112131415161718 |
- namespace GDNXFD.Alert.Config.Controls
- {
- using System.Windows.Controls;
- /// <summary>
- /// Interaction logic for LoadingControl.xaml
- /// </summary>
- public partial class LoadingControl : UserControl
- {
- /// <summary>
- /// Constructor.
- /// </summary>
- public LoadingControl()
- {
- InitializeComponent();
- }
- }
- }
|