I'm really not familiar with C #, and I'm sorry if this is a simple question, but it will help me better understand my homework.
I need to make some C # application in Visual Studio, and my main question is: what part of the code is in the file: form1.cs, form1.designer.cs or program.cs?
I think that Visual Studio generates code in Form1.designer.cs and that I should not change it, if it is not necessary, in form1.cs there is a function that is activated by clicking on the form element and in program.cs is the main application.
Am I right and is there anything else I should know about these files at the beginning?
Thanks so much for your answers.
c # winforms visual-studio-2012
user3100193
source share