Example #1
0
 private void buttonEventLocations_Click(object sender, EventArgs e)
 {
     m_EventLocationForm             = new EventLocationsForm();
     m_EventLocationForm.FBUtilities = m_FBAdapter;
     m_EventLocationForm.Show();
 }
 private void buttonEventLocations_Click(object sender, EventArgs e)
 {
     m_EventLocationForm = new EventLocationsForm();
     m_EventLocationForm.FBUtilities = m_utils;
     m_EventLocationForm.Show();
 }