2 writes to uiService
System.Messaging (2)
System\Messaging\Design\QueuePathDialog.cs (2)
77
this.
uiService
= (IUIService)provider.GetService(typeof(IUIService));
92
this.
uiService
= uiService;
4 references to uiService
System.Messaging (4)
System\Messaging\Design\QueuePathDialog.cs (4)
174
if (
uiService
!= null)
175
uiService
.ShowError(e.Message);
421
if (
uiService
!= null)
422
uiService
.ShowError(Res.GetString(Res.QueueNetworkProblems));