Esempio n. 1
0
 static void Main()
 {
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     using (soccerAppContext = new SoccerApplicationContext())
     {
         soccerAppContext.Run();
         Application.Run(soccerAppContext);
     }
 }
Esempio n. 2
0
 private void teams_Button_Click(object sender, EventArgs e)
 {
     SoccerApplicationContext.TeamFormsNew();
 }
Esempio n. 3
0
 private void ToPlayers_Button_Click(object sender, EventArgs e)
 {
     SoccerApplicationContext.PlayerFormsNew();
 }