Esempio n. 1
0
 public MapPath(itmPreSetPath.PreType type, DataTable dtPath)
 {
     this.iRadius = 500;
     this.InitializeComponent();
     this.preType = type;
     this.dtPath  = dtPath;
 }
Esempio n. 2
0
 public m2mPreSetRegion(itmPreSetPath.PreType type)
 {
     this.InitializeComponent();
     this.preType = type;
 }
Esempio n. 3
0
 public MapPath(itmPreSetPath.PreType type)
 {
     this.iRadius = 500;
     this.InitializeComponent();
     this.preType = type;
 }