Beispiel #1
0
 /// <summary>
 /// Creates a new bug add panel and sets it visible.
 /// </summary>
 private void ShowBugAddPanel()
 {
     SouthViewPanel           = _ControlFactory.CreateBugAddPanel(_ActiveProject);
     SouthViewPanel.IsVisible = true;
 }