DroidExplorer.Core.UI.TransferDialog.SetCopyInfoLabel C# (CSharp) Method

SetCopyInfoLabel() private method

private SetCopyInfoLabel ( ) : void
return void
        private void SetCopyInfoLabel( )
        {
            this.copyStatus.Text = String.Format ( new DroidExplorer.Core.IO.FileSizeFormatProvider ( ), Resources.Strings.TransferFormCopyLabel, this.TotalItems, this.TotalSize, this.TotalItems != 1 ? "s" : string.Empty );
        }