Hi,
I'm trying to convert a part of an application to C# and converting the following statement:
Manager.Http.RequestResponseReceived += OnRequestResponseReceived
gives the following result:
set type Manager.Http::RequestResponseReceived to type Manager.Http::RequestResponseReceived + method OnRequestResponseReceived
When I switch to my application it gives the following compilation error:
Erro COBCH1722 'type AliceDataManager.HttpManager' has no visible instance member 'RequestResponseReceived' with no parameters AliceDemoZamb C:\\Users\\utilizador\\source\\repos\\AliceDemoZamb\\Window1.xaml.cbl 112
Is there any other way to convert that instruction?
Thanks
Alberto Ferraz




