コード例 #1
0
 /// <summary>
 /// Clear and rebuild classpath models cache
 /// </summary>
 private void RebuildClasspath(object sender, System.EventArgs e)
 {
     ASContext.RebuildClasspath();
 }
コード例 #2
0
 private void RebuildButton_Click(object sender, EventArgs e)
 {
     outlineTreeView.Nodes.Clear();
     ASContext.RebuildClasspath();
 }