1.0.1 release with minor update.
This commit is contained in:
@@ -89,5 +89,6 @@
|
||||
materialDesign:ButtonProgressAssist.Value="-1"
|
||||
materialDesign:ButtonProgressAssist.IsIndicatorVisible="True"
|
||||
materialDesign:ButtonProgressAssist.IsIndeterminate="{Binding Loading}" />
|
||||
<!--<Button Content="Test" Click="Button_Click" />-->
|
||||
</StackPanel>
|
||||
</Window>
|
||||
|
||||
@@ -67,5 +67,10 @@ namespace BodyshopPartner.Views
|
||||
{
|
||||
Application.Current.Shutdown(0);
|
||||
}
|
||||
|
||||
private void Button_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Utils.Auth.AuthTest();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user