示例#1
0
 private void RefreshDialogData()
 {
     DialogStats.Clear();
     DialogStats.AddRange(DialogOverview.AnalyseProject(m_project));
 }