2 references to new
System.Windows.Forms.Tests (2)
System\Windows\Forms\NotifyIconTests.cs (2)
34
using NotifyIcon notifyIcon =
new
(container);
50
Assert.Throws<ArgumentNullException>("container", () => new
NotifyIcon
(null));