c# - Command-Line Building -
i used command-line building , every time run application, console appears in background. how should rid of this? please see image:
use /target
command line option, value winexe
:
csc /target:winexe mycode.cs
i used command-line building , every time run application, console appears in background. how should rid of this? please see image:
use /target
command line option, value winexe
:
csc /target:winexe mycode.cs
Comments
Post a Comment