ZeroInstall.Commands.Gtk.GuiCommandHandler.ShowIntegrateApp C# (CSharp) Method

ShowIntegrateApp() public method

public ShowIntegrateApp ( IntegrationState state ) : void
state ZeroInstall.DesktopIntegration.ViewModel.IntegrationState
return void
        public void ShowIntegrateApp(IntegrationState state)
        {
            #region Sanity checks
            if (state == null) throw new ArgumentNullException(nameof(state));
            #endregion

            // TODO: Implement
        }