Provides various resources for the construction and manipulation of the MainWindow class.
Inheritance: IBalloonsWpfResourceProvider
 public void TestInit()
 {
     this.view = new BalloonsView();
     this.resourceProvider = new Resources();
     this.controller = new MainWindowController(this.view, this.resourceProvider);
 }