feat: proxy creds
This commit is contained in:
@@ -20,13 +20,13 @@ namespace CarManagerV3.Forms
|
||||
|
||||
public NetworkCredential GetCredentails()
|
||||
{
|
||||
System.Diagnostics.Debug.WriteLine($"Username: {tbxUsername.Text}, Password: {tbxPassword.Text}");
|
||||
return new NetworkCredential(tbxUsername.Text, tbxPassword.Text);
|
||||
}
|
||||
|
||||
private void NetCredentials_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
this.BringToFront();
|
||||
this.Focus();
|
||||
}
|
||||
|
||||
private void btnAccept_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user