3 lines
77 B
JavaScript
3 lines
77 B
JavaScript
|
window.injectCSharp = async function (helper) {
|
|||
|
window.CSHARP = helper
|
|||
|
}
|