Exemple #1
0
        public static void RefreshHairGrid()
        {
            try
            {
                CASHair ths = CASHair.gSingleton;
                if (ths == null)
                {
                    return;
                }

                ths.PopulateHairPresetsInternal();
                PopulateTypesGrid();
            }
            catch (Exception e)
            {
                Common.Exception("OnUndo", e);
            }
        }