Example #1
0
        internal void Cleanup()
        {
            EnableAllRegistration(isEnabled: true);
            UncheckAllRegistration();

            RegistrationCurrent.CopyFrom(GadgetRegistration.CreateDefault);

            m_TestCheckedItems.Clear();

            UncheckAllItemsSource();
        }
Example #2
0
        internal void RegistrationCurrentSelected(GadgetRegistration gadget)
        {
            gadget.ThrowNull();

            RegistrationCurrent.CopyFrom(gadget);
        }