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

SetFromStatus() public method

public SetFromStatus ( string from, string fromPath, string to, string toPath ) : void
from string
fromPath string
to string
toPath string
return void
        public void SetFromStatus( string from, string fromPath, string to, string toPath )
        {
            this.from.Text = string.Format ( Resources.Strings.TransferFormFromLabel, from, fromPath, to, toPath );
        }