refactor: use new method signature

This commit is contained in:
Anna 2021-08-24 14:42:26 -04:00
parent fa61b53aff
commit ef913288d3
2 changed files with 2 additions and 5 deletions

View File

@ -27,7 +27,7 @@ namespace Tourist {
this.Plugin.Interface.UiBuilder.Draw -= this.Draw;
}
private void OpenConfig(object? sender, EventArgs eventArgs) {
private void OpenConfig() {
this.Show = true;
}

View File

@ -39,10 +39,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="..\icon.png">
<Link>images/icon.png</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\icon.png" Private="false" Link="images/icon.png" CopyToOutputDirectory="PreserveNewest"/>
</ItemGroup>
</Project>