c# - Hosted WCF Service Calling WinForm -


this question has answer here:

i have c# winforms app hosting wcf service. when call service app, want method in wcf service call method on form. cast form.activeform doesn't seem way it. best way call form hosted wcf service?

you use events. form registers event while service triggers event


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -