Ejemplo n.º 1
0
 private void Control2Base(out FileLayer BL)
 {
     BL             = new FileLayer();
     BL.AUTHOR      = textBoxAuthor.Text;
     BL.CREATETIME  = textBoxCreateTime.Text;
     BL.DATATYPE    = textBoxDataType.Text;
     BL.DESCRIPTION = textBoxDescription.Text;
     BL.LAYERNAME   = textBoxLayerName.Text;
     BL.MAPNUM      = textBoxMapNum.Text;
     BL.PROJECTION  = textBoxProjection.Text;
 }
Ejemplo n.º 2
0
 private void Control2File(out FileLayer FL)
 {
     FL = new FileLayer();
 }
Ejemplo n.º 3
0
 private void File2Control(FileLayer FL)
 {
 }