ZeroInstall.Central.WinForms.SyncWizard.SyncWizard C# (CSharp) Метод

SyncWizard() приватный Метод

private SyncWizard ( bool machineWide, bool troubleshooting = false ) : System
machineWide bool
troubleshooting bool
Результат System
        private SyncWizard(bool machineWide, bool troubleshooting = false)
        {
            InitializeComponent();

            _machineWide = machineWide;
            _troubleshooting = troubleshooting;

            if (_troubleshooting)
                Shown += delegate { wizardControl.NextPage(pageResetWelcome, skipCommit: true); };
        }