static OptionsUI() { SelectedPageProperty = Gui_.DPRegister <OptionsUI>(nameof(SelectedPage), def: EOptionsPage.General); }
static NewBotUI() { BotNameProperty = Gui_.DPRegister <NewBotUI>(nameof(BotName)); }
static ColourPickerUI() { TextColourProperty = Gui_.DPRegister <ColourPickerUI>(nameof(TextColour), Colors.Black); BackColourProperty = Gui_.DPRegister <ColourPickerUI>(nameof(BackColour), Colors.White); }
static APIKeysUI() { APIKeyProperty = Gui_.DPRegister <APIKeysUI>(nameof(APIKey)); APISecretProperty = Gui_.DPRegister <APIKeysUI>(nameof(APISecret)); }
static IndicatorLegend() { ExpandedProperty = Gui_.DPRegister <IndicatorLegend>(nameof(Expanded)); IndicatorsProperty = Gui_.DPRegister <IndicatorLegend>(nameof(Indicators)); }