T
Tomasz Radziszewski
I'm thinking of functions that are not members of any class, like the
PlaySound function. Is it possible to use them in C#? How to do it? When I
try just calling this function, I get an error message:
The name 'PlaySound' does not exist in the class or namespace ...
Tom
PlaySound function. Is it possible to use them in C#? How to do it? When I
try just calling this function, I get an error message:
The name 'PlaySound' does not exist in the class or namespace ...
Tom