示例#1
0
 public void AnalyImport()
 {
     if (UseSection != null)
     {
         ImporteSection.Analy();
     }
 }
示例#2
0
 private void AnlayImportUse()
 {
     if (ImportSection != null)
     {
         ImportSection.Analy();
     }
     if (UseSection != null)
     {
         UseSection.Analy();
     }
 }
示例#3
0
 public void AnalyImport()
 {
     ImporteSection.FileContext = this.FileContext;
     ImporteSection.Analy();
 }