But the problem is when I do Process.Start("https://google.com")
there is a red line saying that =
The word process does not exist in the current context
The Code
case ("open google"):
Say("opening google");
Process.Start("https://www.google.com");
break;
The red line is getting shown under of Process. And when I even write Process there is no suggestion.