2 instantiations of Journal
System.Windows.Forms.Tests (2)
System\Windows\Forms\BindingSourceTests.cs (2)
723
new
Journal
{ IDate = DateTime.Now, Name = "A" },
724
new
Journal
{ IDate = DateTime.Now.AddDays(-2), Name = "B" }
1 reference to Journal
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingSourceTests.cs (1)
721
SimpleBindingList<
Journal
> list = new(