Hi All

I have a form called 'Form1' in my .NET Project.

When I double clicked the form it went into the code editor.

However, I accidently deleted the statement

Code:
Public Class Form1


End Class
how can i get this code back?

Thanks