Skip to Content
0
Aug 10, 2023 at 07:50 AM

Application object in c#

48 Views

This is my code in vb.net 
Dim WithEvents SBO_Application As Application
Private Sub SBO_Application_ItemEvent(ByVal FormUID As String, ByRef pVal As ItemEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.ItemEvent
End Sub
I am converting this code to c#. I can not declare SBO_Application. How do I declare it in c# ?