void tsmi_OpenOnlineDocumentation_Click(object sender, EventArgs e) { #if DEBUG presenter.StartApplication("http://inside.ozekiphone.com/call-recorder-634.html"); #else presenter.StartApplication("http://www.ozekiphone.com/call-recorder-634.html"); #endif }
protected override void OnStartup(StartupEventArgs e) { _mainPresenter.StartApplication(); }