public RateMyApp(RateMyAppSettings _settings, IRateMyAppController _controller) { // Set properties m_rateMyAppSettings = _settings; m_controller = _controller; MarkIfLaunchIsFirstTime(); }
public RateMyApp(IRateMyAppController _controller) : this(_settings : NPSettings.Utility.RateMyApp, _controller : _controller) { }