Most easy way is to change your element private to public on projects.cs

private System.Windows. Forms.Button button1;
private System.Windows. Forms.Button button2;
public System.Windows. Forms.Label label1;