using System.Windows.Controls;

namespace AutoTrackR2
{
    public partial class UpdatePage : UserControl
    {
        public UpdatePage()
        {
            InitializeComponent();
        }
    }
}