fix every last warning in every last file (non-html at least)

This commit is contained in:
RandomHuman 2023-02-20 03:59:04 -07:00
parent dc5d26d13e
commit f7eef416d9
14 changed files with 154 additions and 189 deletions

View file

@ -4,7 +4,6 @@ using System.Windows.Forms;
using CefSharp;
using CefSharp.WinForms;
using EasyTabs;
using WebBrowser;
namespace XeroBrowser
{
@ -41,7 +40,7 @@ namespace XeroBrowser
new TitleBarTab(Container)
{
Content = new frmBrowser
Content = new FrmBrowser
{
Text = @"New Tab"
}