| 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.Statistics
- {
- public partial class StatisticsTJQY : StatisticsTJ
- {
- public StatisticsTJQY()
- {
- this.ConditionPanelName = "区域条件统计";
- InitializeComponent();
- this.isGeo = true;
- }
- }
- }
|