예제 #1
0
 private void Form1_Shown(object sender, EventArgs e)
 {
     marte        = new Marte("CidadesMarte.txt", "CaminhosEntreCidadesMarte.txt");
     pbMapa.Image = Image.FromFile("mars_political_map_by_axiaterraartunion_d4vfxdf-pre.jpg");
     Application.DoEvents();
     marte.DesenharCidades(pbMapa, this.imgWidth, this.imgHeight);
 }
 public Form1()
 {
     InitializeComponent();
     marte = new Marte("CidadesMarte.txt", "CaminhosEntreCidadesMarte.txt");
 }