예제 #1
0
        public static UISharedProperties FromReduction(GOLDEngine.Reduction r)
        {
            UISharedProperties result = new UISharedProperties();

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