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

@ -2,7 +2,7 @@
using System.Security.Cryptography.X509Certificates;
using CefSharp;
namespace DiamondCreeperBrowser
namespace XeroBrowser
{
public class RequestHandler : IRequestHandler
{