public void BrowseFolder() { GCDevice device = GetSelectedDevice(); if (device != null) { FolderControl.BrowseFolder(device.FolderPath); } }