mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 00:56:30 +00:00
refactor external clients
put model batch size as parameter in config
This commit is contained in:
@@ -8,6 +8,8 @@ namespace Azaion.Suite;
|
||||
|
||||
public partial class Login
|
||||
{
|
||||
public bool MainSuiteOpened { get; set; } = false;
|
||||
|
||||
public Login()
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -20,6 +22,7 @@ public partial class Login
|
||||
LoginBtn.Cursor = Cursors.Wait;
|
||||
Cursor = Cursors.Wait;
|
||||
CredentialsEntered?.Invoke(this, new ApiCredentials(TbEmail.Text, TbPassword.Password));
|
||||
MainSuiteOpened = true;
|
||||
Close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user