using MahApps.Metro; using MahApps.Metro.Controls; using MahApps.Metro.Controls.Dialogs; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; namespace GTAOnlineCasinoHelper.Windows { /// /// Interaction logic for SettingsWindow.xaml /// public partial class SettingsWindow : MetroWindow { public SettingsWindow() { InitializeComponent(); } } }