Esempio n. 1
0
 private void buttonEventLocations_Click(object sender, EventArgs e)
 {
     m_EventLocationForm = new FormEventLocations();
     m_EventLocationForm.FBUtilities = m_FBAdapter;
     m_EventLocationForm.Show();
 }
Esempio n. 2
0
 private void buttonEventLocations_Click(object sender, EventArgs e)
 {
     m_EventLocationForm             = new FormEventLocations();
     m_EventLocationForm.FBUtilities = m_FBAdapter;
     m_EventLocationForm.Show();
 }