Exemplo n.º 1
0
        public static RemovableDriveNotifier Create()
        {
            var notifier = new RemovableDriveNotifier();
            notifier.StartInsertWatcher();
            notifier.StartRemoveWatcher();

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

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

            return(notifier);
        }