Maria Sorokina

Results 2 issues of Maria Sorokina

```nasm ;------------------------------------------ ; void sprint(String message) ; String printing function sprint: push edx push ecx push ebx push eax call slen mov edx, eax pop eax mov ecx, eax mov...

## Describe the bug Hello! I have a base generic class and it's two heirs. Base class has a function, which I bind to buttons as a command for both...

bug
area-xaml
area-bindings