I developed a C # application using Windows Forms, but wanted to convert to JavaScript using DuoCode. But it is giving the following errors:
tryduocode.cs(7,14,7,21): error CS0234: The type or namespace name 'Windows' does not exist in the namespace 'System' (are you missing an assembly reference?)
tryduocode.cs(32,18,32,29): error CS1061: 'Form1' does not contain a definition for 'btnTraduzir' and no extension method 'btnTraduzir' accepting a first argument of type 'Form1' could be found (are you missing a using directive or an assembly reference?)
Maybe I should use Console instead of Windows Forms.