i need to build a very simple wizard that will import a text file into a application in three steps and i need to use a mediator pattern. Im just wondering if there are some example applications or some tutorials or documentation. i tryed to search for some on the internet but did not find any examples.
Share
Try this one. Shows really nice how to implement this pattern.