コード例 #1
0
            public override DataTable Clone()
            {
                FeaturesDataTable cln = ((FeaturesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 public void InitVars()
 {
     tableFeatures = ((FeaturesDataTable)(Tables["Features"]));
     if ((tableFeatures != null))
     {
         tableFeatures.InitVars();
     }
     tableTypes = ((TypesDataTable)(Tables["Types"]));
     if ((tableTypes != null))
     {
         tableTypes.InitVars();
     }
 }
コード例 #3
0
 public void InitVars() {
     tableFeatures = ((FeaturesDataTable)(Tables["Features"]));
     if ((tableFeatures != null)) {
         tableFeatures.InitVars();
     }
     tableTypes = ((TypesDataTable)(Tables["Types"]));
     if ((tableTypes != null)) {
         tableTypes.InitVars();
     }
 }