示例#1
0
        private void BackBtn_Click(object sender, RoutedEventArgs e)
        {
            InverterTroubleshoting Home = new InverterTroubleshoting();

            this.Hide();
            Home.ShowDialog();
        }
示例#2
0
        private void Inverters_Click(object sender, RoutedEventArgs e)
        {
            InverterTroubleshoting invTrouble = new InverterTroubleshoting();

            this.Hide();
            invTrouble.ShowDialog();
            //SiteStatus NoComms = new SiteStatus();
            //this.Hide();
            //NoComms.ShowDialog();
        }