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