zoukankan      html  css  js  c++  java
  • 随笔(子项引用父窗体到当前区域)

    private void btnClick_JCCS_ImportReport(object sender, RoutedEventArgs e) {


    this.Content = new DataManagement_ImportReport();

    //this.DataContext = new XiangMuFenXi.DataManagement_ImportReport();


    //this.DataContext = new DataManagement_ImportReport();

    //MainFrame.Navigate(new Uri("/XiangMuFenXi/DataManagement_ImportReport.xaml", UriKind.RelativeOrAbsolute));

    //this.DataContext = new XiangMuFenXi.DataManagement_ImportReport();
    }

    private void btnShouJianDianWeiGuanLi_Click(object sender, RoutedEventArgs e)
    {
    //MonitorIndicatorManagement.Foreground = new SolidColorBrush(Colors.Black);
    //MonitorSiteManagement.Foreground = new SolidColorBrush(Colors.Black);
    //ForewarningManagement.Foreground = new SolidColorBrush(Colors.Black);
    //btnJianZhuLeiXing.Foreground = new SolidColorBrush(Colors.Black);
    //btnKaiGongLv.Foreground = new SolidColorBrush(Colors.Red);

    //MainFrame.Navigate(new Uri("/XiangMuFenXi/WaterQualityDataList.xaml", UriKind.RelativeOrAbsolute));
    //MainFrame.Navigate(new Uri("/DataCriterion/JianCeZhiBiao.xaml", UriKind.RelativeOrAbsolute));
    //WaterBasicInformation wbi = new WaterBasicInformation();
    //wbi.Show();
    //MainFrame.Navigate(new Uri("/DataManagement/DataManagement.xaml", UriKind.RelativeOrAbsolute));
    MainFrame.Content = new DataManagement();
    }

  • 相关阅读:
    [BZOJ4318] WJMZBMR打osu! / Easy (期望DP)
    构建之法阅读笔记05
    个人冲刺04
    构建之法阅读笔记04
    个人冲刺03
    个人冲刺02
    冲刺——第一天
    第八周学习进度条
    构建之法阅读笔记03
    第七周学习进度条
  • 原文地址:https://www.cnblogs.com/meimao5211/p/3445129.html
Copyright © 2011-2022 走看看