StartRemoveWatcher() private method

private StartRemoveWatcher ( ) : void
return void
        public static RemovableDriveNotifier Create()
        {
            var notifier = new RemovableDriveNotifier();
            notifier.StartInsertWatcher();
            notifier.StartRemoveWatcher();

            return notifier;
        }
        public static RemovableDriveNotifier Create()
        {
            var notifier = new RemovableDriveNotifier();

            notifier.StartInsertWatcher();
            notifier.StartRemoveWatcher();

            return(notifier);
        }