Adding empty class for eject optical drive action.
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/SharpLibEar/ActionOpticalDriveEject.cs Thu Aug 18 17:43:03 2016 +0200
1.3 @@ -0,0 +1,12 @@
1.4 +using System;
1.5 +using System.Collections.Generic;
1.6 +using System.Linq;
1.7 +using System.Text;
1.8 +using System.Threading.Tasks;
1.9 +
1.10 +namespace SharpLib.Ear
1.11 +{
1.12 + class ActionOpticalDriveEject
1.13 + {
1.14 + }
1.15 +}
2.1 --- a/SharpLibEar/SharpLibEar.csproj Thu Aug 18 17:13:21 2016 +0200
2.2 +++ b/SharpLibEar/SharpLibEar.csproj Thu Aug 18 17:43:03 2016 +0200
2.3 @@ -62,6 +62,7 @@
2.4 <Compile Include="Action.cs" />
2.5 <Compile Include="ActionCallback.cs" />
2.6 <Compile Include="ActionLaunchApp.cs" />
2.7 + <Compile Include="ActionOpticalDriveEject.cs" />
2.8 <Compile Include="ActionSleep.cs" />
2.9 <Compile Include="ActionType.cs" />
2.10 <Compile Include="AttributeObject.cs" />