Esempio n. 1
0
 public GalMapType(string id, string desc, GalMapGroup g, Image b, int i)
 {
     Typeid      = id;
     Description = desc;
     Group       = g;
     Image       = b;
     Index       = i;
 }
 public GalMapType(string id, string desc, GalMapGroup g, Image b, int i)
 {
     Typeid      = id;
     Description = desc;
     Group       = g;
     Image       = b;
     Enabled     = false;
 }
Esempio n. 3
0
 public GalMapType(string id, string desc, GalMapGroup g, Bitmap b, int i)
 {
     Typeid = id;
     Description = desc;
     Group = g;
     Image = b;
     Enabled = false;
 }