SharpLibEar/ActionOpticalDriveEject.cs
author StephaneLenclud
Thu, 18 Aug 2016 17:43:03 +0200
changeset 240 5c4f1e2bf29a
child 243 cc2251d065db
permissions -rw-r--r--
Adding empty class for eject optical drive action.
     1 using System;
     2 using System.Collections.Generic;
     3 using System.Linq;
     4 using System.Text;
     5 using System.Threading.Tasks;
     6 
     7 namespace SharpLib.Ear
     8 {
     9     class ActionOpticalDriveEject
    10     {
    11     }
    12 }