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