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