# HG changeset patch # User StephaneLenclud # Date 1471534983 -7200 # Node ID 5c4f1e2bf29a664188a276b4b133ffb6b86203f5 # Parent dd7770b97916aebf721225e96f0c5de748a11a22 Adding empty class for eject optical drive action. diff -r dd7770b97916 -r 5c4f1e2bf29a SharpLibEar/ActionOpticalDriveEject.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SharpLibEar/ActionOpticalDriveEject.cs Thu Aug 18 17:43:03 2016 +0200 @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace SharpLib.Ear +{ + class ActionOpticalDriveEject + { + } +} diff -r dd7770b97916 -r 5c4f1e2bf29a SharpLibEar/SharpLibEar.csproj --- a/SharpLibEar/SharpLibEar.csproj Thu Aug 18 17:13:21 2016 +0200 +++ b/SharpLibEar/SharpLibEar.csproj Thu Aug 18 17:43:03 2016 +0200 @@ -62,6 +62,7 @@ +