Change log to gridview and new INotifyPropertyChanged event

This commit is contained in:
Michael Bucari-Tovo 2022-05-14 13:52:54 -06:00
parent a7b7e3efea
commit 50c35ed519
4 changed files with 121 additions and 60 deletions

View file

@ -37,7 +37,7 @@
this.ClientSize = new System.Drawing.Size(522, 638);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Name = "ProcessBookForm";
this.Text = "ProcessBookForm";
this.Text = "Book Processing Queue";
this.ResumeLayout(false);
}