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

@ -1,6 +1,6 @@
using EasyTabs;
namespace WebBrowser
namespace XeroBrowser
{
public partial class AppContainer : TitleBarTabs
{
@ -16,9 +16,9 @@ namespace WebBrowser
{
return new TitleBarTab(this)
{
Content = new frmBrowser
Content = new FrmBrowser
{
Text = "New tab"
Text = @"New tab"
}
};
}