Example #1
0
 private void HidePrDfPane()
 {
     PrDfPane.Hide();
 }
Example #2
0
 private void ShowPrDfPane()
 {
     PrDfPane.Show();
 }