diff --git a/SetupProject1/Product.wxs b/SetupProject1/Product.wxs index 212bdf3..01bb24d 100644 --- a/SetupProject1/Product.wxs +++ b/SetupProject1/Product.wxs @@ -3,7 +3,7 @@ - + diff --git a/eDosStation/About.xaml b/eDosStation/About.xaml index b4b030e..875cfd2 100644 --- a/eDosStation/About.xaml +++ b/eDosStation/About.xaml @@ -48,6 +48,16 @@ + + + Check users quiz + + + + + + + diff --git a/eDosStation/About.xaml.cs b/eDosStation/About.xaml.cs index 3a3d6c8..2c29525 100644 --- a/eDosStation/About.xaml.cs +++ b/eDosStation/About.xaml.cs @@ -26,6 +26,7 @@ namespace eDosStation aVersion.Text = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(); stationID.Text = station.ID_Station.ToString(); ReadAlias(); + if (station.checkUser) checkUser.Text = "Yes"; else checkUser.Text = "No"; } private void RadButton_Click(object sender, RoutedEventArgs e) diff --git a/eDosStation/Properties/AssemblyInfo.cs b/eDosStation/Properties/AssemblyInfo.cs index 1669532..f5f3fd3 100644 --- a/eDosStation/Properties/AssemblyInfo.cs +++ b/eDosStation/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.4.2.0")] -[assembly: AssemblyFileVersion("1.4.2.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")]