File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ namespace GettingStarted
7070
7171To configure the AI services, you must call the ` ConfigureSyncfusionAIServices() ` method in the ` MauiProgram.cs ` file.
7272
73+ {% tabs %}
7374{% highlight c# hl_lines="6 26" %}
7475using Microsoft.Maui;
7576using Microsoft.Maui.Hosting;
@@ -108,6 +109,7 @@ namespace GettingStarted
108109 }
109110}
110111{% endhighlight %}
112+ {% endtabs %}
111113
112114## Step 5: Add .NET MAUI Smart Scheduler
113115
@@ -220,6 +222,7 @@ namespace GettingStarted
220222
221223To configure the AI services, you must call the ` ConfigureSyncfusionAIServices() ` method in the ` MauiProgram.cs ` file.
222224
225+ {% tabs %}
223226{% highlight c# hl_lines="6 26" %}
224227using Microsoft.Maui;
225228using Microsoft.Maui.Hosting;
@@ -258,6 +261,7 @@ namespace GettingStarted
258261 }
259262}
260263{% endhighlight %}
264+ {% endtabs %}
261265
262266## Step 5: Add .NET MAUI Smart Scheduler
263267
@@ -337,6 +341,7 @@ namespace GettingStarted
337341
338342To configure the AI services, you must call the ` ConfigureSyncfusionAIServices() ` method in the ` MauiProgram.cs ` file.
339343
344+ {% tabs %}
340345{% highlight c# hl_lines="6 26" %}
341346using Microsoft.Maui;
342347using Microsoft.Maui.Hosting;
You can’t perform that action at this time.
0 commit comments