/// <summary> /// показать окно с настройками /// </summary> public void ShowDialog() { BullsPowerUi ui = new BullsPowerUi(this); ui.ShowDialog(); if (ui.IsChange && _myCandles != null) { Reload(); } }
/// <summary> /// показать окно с настройками /// </summary> public void ShowDialog() { BullsPowerUi ui = new BullsPowerUi(this); ui.ShowDialog(); if (ui.IsChange && _myCandles != null) { ProcessAll(_myCandles); if (NeadToReloadEvent != null) { NeadToReloadEvent(this); } } }