Ejemplo n.º 1
0
        public static void Main(string[] args)
        {
            IDiagnosable doubleDiagnostic = new DoubleDiagnostic();
            //doubleDiagnostic.Test();

            IDiagnosable floatDiagnostic = new FloatDiagnostic();

            floatDiagnostic.Test();
        }
Ejemplo n.º 2
0
        public static void Main(string[] args)
        {
            IDiagnosable decimalDiagnostics = new DecimalDiagnostic();
            //decimalDiagnostic.Test();

            IDiagnosable intDiagnostic = new IntDiagnostic();
            //intDiagnostic.Test();

            IDiagnosable doubleDiagnostic = new DoubleDiagnostic();
            //doubleDiagnostic.Test

            IDiagnosable longDiagnostic = new LongDiagnostic();
            //longDiagnostic.Test();

            IDiagnosable floatDiagnostic = new FloatDiagnostic();

            floatDiagnostic.Test();
        }