Beispiel #1
0
        public void ITReportPage()
        {
            this.Hide();
            var rp = new lightList();

            rp.Show();
        }
Beispiel #2
0
        public void BugListPage()
        {
            this.Hide();
            var bl = new lightList();

            bl.Show();
        }
Beispiel #3
0
 public void ListPage()
 {
     this.Hide();
     var l = new lightList();
     l.Show();
 }