コード例 #1
0
        /// <summary>
        /// Show the Properties Dialog to edit Dashboard Panel items.
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void menItemProperties_Click(object sender, RoutedEventArgs e)
        {
            DashboardPanelProperties props = new DashboardPanelProperties(this);

            props.Owner = MainWindow.TopWindow;
            props.ShowDialog();
        }
コード例 #2
0
        /// <summary>
        /// Show the Properties Dialog to edit Dashboard Panel items.
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void menItemProperties_Click(object sender, RoutedEventArgs e)
        {
            DashboardPanelProperties props = new DashboardPanelProperties(this);

            props.Owner = MainWindow.TopWindow;
            props.ShowDialog();
        }