MasterInstaller.MainFlow.GoToFrbdkAssociation C# (CSharp) Method

GoToFrbdkAssociation() private method

private GoToFrbdkAssociation ( ) : void
return void
        private void GoToFrbdkAssociation()
        {
            // We don't ask, we just do:
            FileAssociationManager.SetAllFileAssociations();

            GoToEnd();

        }