View Single Post
  #10  
Old 08-19-2013, 05:18 PM
HeyJudd
Banned
 
Join Date: Aug 2013
Posts: 9
Default

Code:
string.Concat(new object[4]
      {
        (object) this.folderBrowserDialog1.SelectedPath,
        (object) "\\Race (",
        (object) this.raceid,
        (object) ").png"
      })
Sig seems legit... lol
Reply With Quote