Fixed typos.
This commit is contained in:
parent
27ae5facbe
commit
560880b53d
@ -135,11 +135,11 @@ namespace LibationWinForms.BookLiberation
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create a new <see cref="IProcessable"/> and links it to a new <see cref="LiberationBaseForm"/>.
|
/// Create a new <see cref="IProcessable"/> and links it to a new <see cref="LiberationBaseForm"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="TProcessable">The <see cref="IProcessable"/> derrived type to create.</typeparam>
|
/// <typeparam name="TProcessable">The <see cref="IProcessable"/> derived type to create.</typeparam>
|
||||||
/// <typeparam name="TForm">The <see cref="LiberationBaseForm"/> derrived Form to create on <see cref="IProcessable.Begin"/>, Show on <see cref="IStreamable.StreamingBegin"/>, Close on <see cref="IStreamable.StreamingCompleted"/>, and Dispose on <see cref="IProcessable.Completed"/> </typeparam>
|
/// <typeparam name="TForm">The <see cref="LiberationBaseForm"/> derived Form to create on <see cref="IProcessable.Begin"/>, Show on <see cref="IStreamable.StreamingBegin"/>, Close on <see cref="IStreamable.StreamingCompleted"/>, and Dispose on <see cref="IProcessable.Completed"/> </typeparam>
|
||||||
/// <param name="logMe">The logger</param>
|
/// <param name="logMe">The logger</param>
|
||||||
/// <param name="completedAction">An additional event handler to handle <see cref="IProcessable.Completed"/></param>
|
/// <param name="completedAction">An additional event handler to handle <see cref="IProcessable.Completed"/></param>
|
||||||
/// <returns>A new <see cref="IProcessable"/> of type <typeparamref name="TStrProc"/></returns>
|
/// <returns>A new <see cref="IProcessable"/> of type <typeparamref name="TProcessable"/></returns>
|
||||||
private static TProcessable CreateProcessable<TProcessable, TForm>(LogMe logMe, EventHandler<LibraryBook> completedAction = null)
|
private static TProcessable CreateProcessable<TProcessable, TForm>(LogMe logMe, EventHandler<LibraryBook> completedAction = null)
|
||||||
where TForm : LiberationBaseForm, new()
|
where TForm : LiberationBaseForm, new()
|
||||||
where TProcessable : IProcessable, new()
|
where TProcessable : IProcessable, new()
|
||||||
|
|||||||
@ -17,7 +17,7 @@ Warning: verbose logging is enabled.
|
|||||||
|
|
||||||
This should be used for debugging only. It creates many
|
This should be used for debugging only. It creates many
|
||||||
more logs and debug files, neither of which are as
|
more logs and debug files, neither of which are as
|
||||||
strictly anonomous.
|
strictly anonymous.
|
||||||
|
|
||||||
When you are finished debugging, it's highly recommended
|
When you are finished debugging, it's highly recommended
|
||||||
to set your debug MinimumLevel to Information and restart
|
to set your debug MinimumLevel to Information and restart
|
||||||
|
|||||||
@ -21,7 +21,7 @@ namespace LibationWinForms
|
|||||||
// AudibleDTO
|
// AudibleDTO
|
||||||
// GridEntry
|
// GridEntry
|
||||||
// - go to Design view
|
// - go to Design view
|
||||||
// - click on Data Sources > ProductItem. drowdown: DataGridView
|
// - click on Data Sources > ProductItem. dropdown: DataGridView
|
||||||
// - drag/drop ProductItem on design surface
|
// - drag/drop ProductItem on design surface
|
||||||
// AS OF AUGUST 2021 THIS DOES NOT WORK IN VS2019 WITH .NET-5 PROJECTS
|
// AS OF AUGUST 2021 THIS DOES NOT WORK IN VS2019 WITH .NET-5 PROJECTS
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user