Small fix in Pdf.cs
This commit is contained in:
@ -50,7 +50,7 @@ namespace Elwig.Documents {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void OnConsole(object sender, ConsoleEventArgs e) {
|
private static void OnConsole(object? sender, ConsoleEventArgs e) {
|
||||||
MessageBox.Show(e.Message.Text);
|
MessageBox.Show(e.Message.Text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user