バルーンチップを表示する notifyIcon を取得しようとしていますが、ボタンを押しても表示されません
private void button1_Click(object sender, EventArgs e)
{
OsWatchNotify.Visible = true;
OsWatchNotify.BalloonTipText = "Example";
OsWatchNotify.BalloonTipTitle = "example title";
OsWatchNotify.ShowBalloonTip(1);
}
ありとあらゆる助けをいただければ幸いです。