AppStore.Models.InfoModel.setInfoAuthor C# (CSharp) Method

setInfoAuthor() public method

Sets the Author of the Info App-Template
public setInfoAuthor ( string mInfoAuthor ) : void
mInfoAuthor string Author of the Info App-Template
return void
        public void setInfoAuthor(string mInfoAuthor)
        {
            this.mInfoAuthor = mInfoAuthor;
        }
        /// <summary>