Posts by Bruno Barros • 15 points
2 posts
-
0
votes1
answer68
viewsQ: Windows Forms + windows service
I have a windows Forms project, added a windows service class, would like to install the service and run from a one button event(no need to use Installutil). There’s some way to do it?
-
1
votes1
answer366
viewsQ: Import style React
You can import a style from another directory in the React import? I tried something similar to what is done in require to change the directory with ".. /" but to no avail.