changed var to explicit type

changed title on SendMessageForm
handling error codes
added credentials handling
added icon to context menu item
This commit is contained in:
seba
2024-12-18 20:39:19 +01:00
parent c7e02655b0
commit 2c18f91d68
6 changed files with 106 additions and 18 deletions

View File

@@ -92,7 +92,7 @@
MaximizeBox = false;
MinimizeBox = false;
Name = "SendMessageForm";
Text = "SendMessageForm";
Text = "Send Message";
ResumeLayout(false);
PerformLayout();
}