Beispiel #1
0
        public static TECTypical TestTypical(TECCatalogs catalogs, Random rand)
        {
            TECTypical typ = new TECTypical();

            typ.Description = "Typical";
            typ.AssignRandomSystemProperties(catalogs, rand);
            return(typ);
        }