コード例 #1
0
ファイル: Form1.cs プロジェクト: katzenbaer/twitchplaysyellow
 private void AttachPokemonParty(ref PokemonParty f)
 {
     if (f != null)
     {
         f.Location = new Point(this.Location.X - f.Width, this.Location.Y);
         f.BringToFront();
     }
 }
コード例 #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();
     }
 }