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

            RegistrationCurrent.CopyFrom(GadgetRegistration.CreateDefault);

            m_TestCheckedItems.Clear();

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

            RegistrationCurrent.CopyFrom(gadget);
        }