示例#1
0
        public Form2()
        {
            InitializeComponent();
            Load       += new EventHandler(Form1_Load);
            FormClosed += new FormClosedEventHandler(Form1_FormClosed);

            GeoDataDriver.PreLoading();
            BandProviderFactory.PreLoading();
        }
示例#2
0
 public Form1()
 {
     InitializeComponent();
     GeoDataDriver.PreLoading();
 }