mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
Bunch of ReSharper suggestions
This commit is contained in:
@@ -73,7 +73,7 @@ namespace FeedCenter
|
||||
ShowBalloonTip(text, icon, Settings.Default.BalloonTipTimeout);
|
||||
}
|
||||
|
||||
public static void ShowBalloonTip(string text, ToolTipIcon icon, int timeout)
|
||||
private static void ShowBalloonTip(string text, ToolTipIcon icon, int timeout)
|
||||
{
|
||||
_notificationIcon.ShowBalloonTip(timeout, Resources.ApplicationDisplayName, text, icon);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user