Skip to content

Commit 68bdf47

Browse files
authored
Style fix
1 parent d0059f8 commit 68bdf47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/csharp/extensibility-api-howtos

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/csharp/extensibility-api-howtos/create-context-menu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ You can download the example in this how-to in [this GitHub repository](https://
1818
## Creating an Entity Context Menu Extension Class
1919

2020
1. Open the project you previously created by following [Create a Menu Extension Using C#](/apidocs-mxsdk/apidocs/csharp-extensibility-api-11/create-menu-extension/).
21-
2. Add a new class to the project named `MyEntityContextMenuExtension.cs`.
22-
3. Replace the code in the file with the following code:
21+
2. Add a new class to the project named *MyEntityContextMenuExtension.cs*.
22+
3. Replace the code in the file with the following:
2323

2424
```csharp
2525
namespace MyCompany.MyProject.MendixExtension;

0 commit comments

Comments
 (0)