public DeviceSelector() { InitializeComponent(); DriveList.LargeImageList = LargeList; DriveList.SmallImageList = LargeList; DriveList.SetExplorerTheme(); this.Load += new EventHandler(DeviceSelector_Load); this.DriveList.DoubleClick += new EventHandler(DriveList_DoubleClick); this.FormClosing += new FormClosingEventHandler(DeviceSelector_FormClosing); }