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