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();
    }

  • 相关阅读:
    Lucene全文检索
    数据库设计样例
    tortoisegit 保存用户名密码
    ServletContextListener 解析用法
    !! 浅谈Java学习方法和后期面试技巧
    佳能2780打印机老出5100错误
    蓝屏
    股市口诀
    如何准确进行T+0操作
    通达信:显示K线图日期
  • 原文地址:https://www.cnblogs.com/meimao5211/p/3445129.html
Copyright © 2011-2022 走看看