AppHarbor.MegaByteProgressBar.MegaByteProgressBar C# (CSharp) Method

MegaByteProgressBar() public method

public MegaByteProgressBar ( )
        public MegaByteProgressBar()
            : base("MB", x => x / (double)1048576)
        {
        }
MegaByteProgressBar