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
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/csharp/extensibility-api-howtos/create-context-menu.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ You can download the example in this how-to in [this GitHub repository](https://
18
18
## Creating an Entity Context Menu Extension Class
19
19
20
20
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:
0 commit comments