コード例 #1
0
 /// <summary>
 /// Updates the list if the Wix documents can be read otherwise the list
 /// items are unchanged for that document.
 /// </summary>
 void UpdateDialogList()
 {
     try {
         setupDialogListView.BeginUpdate();
         ShowDialogList();
     } finally {
         setupDialogListView.EndUpdate();
     }
 }
コード例 #2
0
 /// <summary>
 /// Updates the list if the Wix documents can be read otherwise the list
 /// items are unchanged for that document.
 /// </summary>
 void UpdateDialogList()
 {
     try {
         setupDialogListView.BeginUpdate();
         // TODO: Intelligent updating.
         ShowDialogList();
     } finally {
         setupDialogListView.EndUpdate();
     }
 }