1234567891011121314151617181920212223 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Drawing;
- using System.Data;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using System.Windows.Forms;
- namespace WWPipeLine.MapTools.Conditions.Sercher
- {
- public partial class SercherTJQY : SercherTJ
- {
- public SercherTJQY()
- {
- this.ConditionPanelName = "区域条件查询";
- this.isGeo = true;
- InitializeComponent();
- }
- }
- }
|