MasterInstaller.MainFlow.GoToInstallComponents C# (CSharp) Method

GoToInstallComponents() private method

private GoToInstallComponents ( ) : void
return void
        private void GoToInstallComponents()
        {
            var component = new ComponentInstallationComponent();

            component.NextClicked += delegate
            {
                GoToFrbdkAssociation();
            };

            MainForm.SetComponent(component);
        }