Feature/2792 function accounts s1

This commit is contained in:
Frank Rotermund
2022-05-30 15:54:26 +00:00
parent 77e4648f24
commit 8ce76b722d
16 changed files with 459 additions and 9 deletions

View File

@@ -50,7 +50,6 @@
- (IBAction)textFieldEditingChanged:(id)sender
{
self.mxkButton.enabled = (self.mxkTextField.text.length != 0);
}
@end