Esempio n. 1
0
        internal void Cleanup()
        {
            EnableAllRegistration(isEnabled: true);
            UncheckAllRegistration();

            RegistrationCurrent.CopyFrom(GadgetRegistration.CreateDefault);

            m_TestCheckedItems.Clear();

            UncheckAllItemsSource();
        }
Esempio n. 2
0
        internal void RegistrationCurrentSelected(GadgetRegistration gadget)
        {
            gadget.ThrowNull();

            RegistrationCurrent.CopyFrom(gadget);
        }