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

            GeoDataDriver.PreLoading();
            BandProviderFactory.PreLoading();
        }
예제 #2
0
파일: Form1.cs 프로젝트: configare/hispeed
 public Form1()
 {
     InitializeComponent();
     GeoDataDriver.PreLoading();
 }