public void AnalyUse() { if (UseSection != null) { UseSection.Analy(); } }
private void AnlayImportUse() { if (ImportSection != null) { ImportSection.Analy(); } if (UseSection != null) { UseSection.Analy(); } }
public void AnalyUse() { UseSection.FileContext = this.FileContext; UseSection.Analy(); }