Exemple #1
0
 /// <summary>
 /// opens the Info/About panel
 /// </summary>
 public void OpenInfo()
 {
     Host.Cursor = Cursors.WaitCursor;
     InfoPanel   = new InfoPanel();
     Host.Cursor = Cursors.Default;
     InfoPanel.ShowMaximized();
     FoldersPanel.Close();
 }
Exemple #2
0
 /// <summary>
 /// opens the Info/About panel
 /// </summary>
 public void OpenInfo()
 {
     Host.Cursor = Cursors.WaitCursor;
     InfoPanel = new InfoPanel();
     Host.Cursor = Cursors.Default;
     InfoPanel.ShowMaximized();
     FoldersPanel.Close();
 }