OSDN Git Service

使用されていないイベントハンドラーを削除
authorKimura Youichi <kim.upsilon@bucyou.net>
Tue, 29 Apr 2014 13:14:14 +0000 (22:14 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Fri, 2 May 2014 20:08:23 +0000 (05:08 +0900)
OpenTween/ShowUserInfo.Designer.cs
OpenTween/ShowUserInfo.cs

index 1b1620f..381bc4e 100644 (file)
             this.TopMost = true;
             this.Activated += new System.EventHandler(this.ShowUserInfo_Activated);
             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShowUserInfo_FormClosing);
-            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ShowUserInfo_FormClosed);
             this.Load += new System.EventHandler(this.ShowUserInfo_Load);
             this.Shown += new System.EventHandler(this.ShowUserInfo_Shown);
             this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ShowUserInfo_DragDrop);
index fb26156..897f9af 100644 (file)
@@ -256,12 +256,6 @@ namespace OpenTween
             this.ButtonUnFollow.Enabled = friendship.IsFollowing;
         }
 
-        private void ShowUserInfo_FormClosed(object sender, FormClosedEventArgs e)
-        {
-            //TweenMain.TopMost = !TweenMain.TopMost;
-            //TweenMain.TopMost = !TweenMain.TopMost;
-        }
-
         private void ShowUserInfo_Load(object sender, EventArgs e)
         {
             this.TextBoxName.Location = this.LabelName.Location;