StartInsertWatcher() private method

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

            return notifier;
        }
Esempio n. 2
0
        public static RemovableDriveNotifier Create()
        {
            var notifier = new RemovableDriveNotifier();

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

            return(notifier);
        }