Missing partial modifier on declaration ..another partial declaration of this type exists". I'm a beginner and just following the book
问题 I'm a beginner and I'm doing an exercise following a book. Below is my code and i got this "Missing partial modifier on declaration of type 'Windowsform.Form1'; another partial declaration of this type exists" . What should i do? My code is as follows: using System; using System.Windows.Forms; namespace Windowsform { public class Form1 : Form { private TextBox txtEnter; private Label lblDisplay; private Button btnOk; public Form1() { this.txtEnter = new TextBox(); this.lblDisplay = new Label(