StartInsertWatcher() private method

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

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

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

            return(notifier);
        }