a simple dotnet core program that allows you to track auctions on yahoo auctions japan, written in c#.
.gitignore | ||
BuypeebApp.cs | ||
MainWindow.cs | ||
readme.md | ||
ui.glade |
Buypeeb
i figured, may as well try and learn c#
0uo
installing
you need mono and gtk sharp 3
installing on debian
the packages you'll need are mono-devel
and gtk-sharp3
, so:
sudo apt install mono-devel gtk-sharp3
compiling
mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs
running
./BuypeebApp.exe