public static void TestDevice(
string driver,
string rn
)Public Shared Sub TestDevice (
driver As String,
rn As String
)public:
static void TestDevice(
String^ driver,
String^ rn
)static member TestDevice :
driver : string *
rn : string -> unit