I'm trying to divide the code into files. Here is the heading of my class:
public class Form1 : Form
In the second file I write:
public partial class Form1 : Form
Everything works, but in Solution Explorer this file is displayed as a form (for sure because Windows.Forms is connected). I just wanted the code, but what is this, is this normal?