public static UISharedProperties FromReduction(GOLD.Reduction r)
 {
     UISharedProperties result = new UISharedProperties();
     return result;
 }
Exemple #2
0
        public static UISharedProperties FromReduction(GOLD.Reduction r)
        {
            UISharedProperties result = new UISharedProperties();

            return(result);
        }