This commit is contained in:
Nick Randolph 2024-07-31 17:03:55 +10:00
Родитель f1aa676f73
Коммит 9e7cedcc08
2 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -1,6 +1,8 @@
namespace Playground;
public partial class App : Application
{
private IHost? _host;
/// <summary>
/// Initializes the singleton application object. This is the first line of authored code
/// executed, and as such is the logical equivalent of main() or WinMain().

Просмотреть файл

@ -1,10 +1,5 @@
namespace Playground;
public partial class App : Application
{
private IHost? _host;
}
public class DebugHttpHandler : DelegatingHandler
{
public DebugHttpHandler(HttpMessageHandler? innerHandler = null)