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
Post a Comment