Esempio n. 1
0
 private void AttachPokemonParty(ref PokemonParty f)
 {
     if (f != null)
     {
         f.Location = new Point(this.Location.X - f.Width, this.Location.Y);
         f.BringToFront();
     }
 }
Esempio n. 2
0
 private void AttachPokemonParty(ref PokemonParty f)
 {
     if (f != null)
     {
         f.Location = new Point(this.Location.X - f.Width, this.Location.Y);
         f.BringToFront();
     }
 }