Ejemplo n.º 1
0
        /// <summary>
        /// показать окно с настройками
        /// </summary>
        public void ShowDialog()
        {
            RocUi ui = new RocUi(this);

            ui.ShowDialog();

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

            ui.ShowDialog();

            if (ui.IsChange && _myCandles != null)
            {
                ProcessAll(_myCandles);

                if (NeadToReloadEvent != null)
                {
                    NeadToReloadEvent(this);
                }
            }
        }