コード例 #1
0
ファイル: Entorno.cs プロジェクト: ErickTejaxun/USQL
 public Entorno(Entorno padre)
 {
     tabla = new Hashtable();
     ant   = padre;
 }