Thread
:
Beginner help with C#.
View Single Post
Mridula
Pro contributor
16Sep2009,11:15
Hi AwAk3e,
You are trying to call non-static or member function
GetDriveList()
in a static method. Thats why the error.