MVVMbasics Logo

mobilemotion.eu Logo


Back to Class Reference home page


MVVMbasics.Helpers
Interface IMessageboxService

MVVMbasics.Services.IService
  extended by MVVMbasics.Services.IMessageboxService
 

 
public interface IMessageboxService : IService

Interface specifying all methods for a service which allows to show alerts on the user interface through message box popups.


Method Summary
void  Show(string message)
void  Show(string message, string title)