Exemplo n.º 1
0
        //protected override void OnClosed(EventArgs e)
        //{
        //    Progress.Stop();
        //    base.OnClosed(e);
        //}

        private void SelectSecurityBtn_SecuritySelected()
        {
            if (SelectedSecurity == null)
            {
                ExportBtn.IsEnabled = false;
            }
            else
            {
                ExportBtn.IsEnabled = true;
                UpdateTitle();
                DepthGrid.UpdateFormat(SelectedSecurity);
            }
        }