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