You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -158,7 +158,7 @@ using Microsoft.Extensions.AI;
158
158
using Syncfusion.Blazor;
159
159
using Syncfusion.Blazor.AI;
160
160
using System.ClientModel;
161
-
namespace BlazorWPF
161
+
namespace WPFBlazorHybridApp;
162
162
{
163
163
public partial class MainWindow : Window
164
164
{
@@ -241,13 +241,13 @@ Create a Razor component (for example, Main.razor) in the project and add the Sy
241
241
* Embed the BlazorWebView control, set HostPage to wwwroot/index.html, and map a RootComponent that matches the Razor component type and the selector in index.html (#app).
0 commit comments