浏览代码

Remove unnecessary partial statement.

BDisp 2 年之前
父节点
当前提交
df3a012b77
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Terminal.Gui/Windows/Wizard.cs

+ 1 - 1
Terminal.Gui/Windows/Wizard.cs

@@ -54,7 +54,7 @@ namespace Terminal.Gui {
 	/// Application.Shutdown ();
 	/// Application.Shutdown ();
 	/// </code>
 	/// </code>
 	/// </example>
 	/// </example>
-	public partial class Wizard : Dialog {
+	public class Wizard : Dialog {
 		/// <summary>
 		/// <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
 		/// 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.
 		/// content view where <see cref="View"/>s can be added,  On the right is the help for the step.