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