public void ITReportPage() { this.Hide(); var rp = new lightList(); rp.Show(); }
public void BugListPage() { this.Hide(); var bl = new lightList(); bl.Show(); }
public void ListPage() { this.Hide(); var l = new lightList(); l.Show(); }