Remove unnecessary partial statement.

This commit is contained in:
BDisp
2023-03-17 17:05:44 +00:00
parent 8385f3de13
commit df3a012b77

View File

@@ -54,7 +54,7 @@ namespace Terminal.Gui {
/// Application.Shutdown ();
/// </code>
/// </example>
public partial class Wizard : Dialog {
public class Wizard : Dialog {
/// <summary>
/// Represents a basic step that is displayed in a <see cref="Wizard"/>. The <see cref="WizardStep"/> view is divided horizontally in two. On the left is the
/// content view where <see cref="View"/>s can be added, On the right is the help for the step.