AppHarbor.MegaByteProgressBar.MegaByteProgressBar C# (CSharp) 메소드

MegaByteProgressBar() 공개 메소드

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