5 using System
.Configuration
;
10 /// Interaction logic for app.xaml
13 public partial class app
: Application
15 void AppStartingUp(object sender
, StartupEventArgs e
)
17 Window1 mainWindow
= new Window1();
20 //Displays the values of the variables that will be used
21 mainWindow
.ShowVars();