Esempio n. 1
0
File: Hull.cs Progetto: ekolis/FrEee
 /// <summary>
 /// The icon for this hull.
 /// </summary>
 public Image GetIcon(string shipsetPath)
 {
     if (shipsetPath == null)
     {
         return(null);
     }
     return(Pictures.GetIcon(this, shipsetPath));
 }