add a logo to the binary file

This commit is contained in:
2021-10-07 20:38:38 +02:00
parent 093ac8ed02
commit 0ef7062f28
12 changed files with 225 additions and 11 deletions

View File

@@ -1,9 +1,4 @@
using System;
using System.ComponentModel;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.ComponentModel;
namespace NonaBGS.Util {
public class AppConfig : INotifyPropertyChanged {