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

setInfoName() public method

Sets the name of the Info App-Tmeplate
public setInfoName ( string mInfoName ) : void
mInfoName string Name of the Info App-Template
return void
        public void setInfoName(string mInfoName)
        {
            this.mInfoName = mInfoName;
        }
        /// <summary>