Пример #1
0
        private void InitializePanel(NavigationPanel panel)
        {
            if (panel != null)
            {
                Binding busyBinding = new Binding("DataContext.IsBusy");
                busyBinding.Source = panel;
                SetBinding(IsBusyProperty, busyBinding);

                panel.Load();
            }
        }