Ejemplo n.º 1
0
        public static MiMFa_Time operator -(MiMFa_Time op1, MiMFa_Time op2)
        {
            var op = new MiMFa_Time(op1);

            op.DecreaseWith(op2);
            return(op);
        }