Skip to content

Commit 3ceb7db

Browse files
Update modularity_in_the_default_mode.md
1 parent 06f600e commit 3ceb7db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/modularity_in_the_default_mode.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ But let us show this matter in a practical way with an example.
2525

2626
**Step 3:** Configure the Program.cs class as follows.
2727
```csharp
28-
using CodeBehind;
29-
using SetCodeBehind;
30-
3128
var builder = WebApplication.CreateBuilder(args);
3229

3330
var app = builder.Build();
3431

35-
CodeBehindCompiler.Initialization();
32+
SetCodeBehind.CodeBehindCompiler.Initialization();
3633

3734
app.UseCodeBehind();
3835

0 commit comments

Comments
 (0)