Huy Tran

Results 3 issues of Huy Tran

[hr-error.zip](https://github.com/pxb1988/dex2jar/files/5273447/hr-error.zip)

Blazor syntax is really like razor, just need to change the @{ } block to @code { } block.

feature-request

This is the reproduce code: let winbox = new WinBox(title, { html: rootElement.innerHTML, onclose: async function (force) { return false; }, } If I change to the below then it...