create static bookmark class that will contain bookmark functions

This commit is contained in:
Jeremy Wu
2019-10-06 11:52:18 +10:00
parent 30fd5fcf14
commit dd733092a1

View File

@@ -66,6 +66,7 @@
<ItemGroup>
<Compile Include="Bookmark.cs" />
<Compile Include="ChromeBookmarks.cs" />
<Compile Include="Commands\Bookmarks.cs" />
<Compile Include="FirefoxBookmarks.cs" />
<Compile Include="Main.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />