CloudAcidBR
CloudAcidBR
CC#
Created by CloudAcidBR on 10/28/2024 in #help
Library not importing?
sorry very new to c# i tried to import a library called MouseKeyHook and it shows an error with the description: "The type or namespace name 'MouseKeyHook' could not be found (are you missing a using directive or an assembly reference?" i trying to import this way idk if is a syntax error or smh MainWindow.xaml.cs
using MouseKeyHook;
using MouseKeyHook;
crosshair.csproj
<PackageReference Include="MouseKeyHook" Version="5.7.1"/>
<PackageReference Include="MouseKeyHook" Version="5.7.1"/>
10 replies