private void BackBtn_Click(object sender, RoutedEventArgs e) { InverterTroubleshoting Home = new InverterTroubleshoting(); this.Hide(); Home.ShowDialog(); }
private void Inverters_Click(object sender, RoutedEventArgs e) { InverterTroubleshoting invTrouble = new InverterTroubleshoting(); this.Hide(); invTrouble.ShowDialog(); //SiteStatus NoComms = new SiteStatus(); //this.Hide(); //NoComms.ShowDialog(); }