DifficultNick
Results
2
issues of
DifficultNick
Hi, it seems, that _wPaint.menu.main.**min**.js_ and _/src/wPaint.menu.main.js_ differs (2.5.0 version), should it be so? When i replaced min script with full, some functions don't work. Btw, console reports, that _ctx.fillArea...
I am trying to generate a model that will combine two classes (named `MainContext` and `TechContext`). So I've created another class that contains two properties of this classes: ```c# public...