SyntaxFix
Write A Post
Hire A Developer
Questions
You are just missing something in your method:
public void PrinterSetup(string printer) { if (printer == "jupiter") { Process.Start("BLAH BLAH CODE TO ADD PRINTER VIA WINDOWS EXEC""); } }
Just add string and you'll be fine.
string