Example #1
0
 public frmChurchEvents(frmDashboard f)
 {
     InitializeComponent();
     callingForm = f;
 }
Example #2
0
 public AboutForm(frmDashboard f)
 {
     InitializeComponent();
     callingForm = f;
 }
Example #3
0
 public frmContributionQuery(frmDashboard f)
 {
     InitializeComponent();
     callingForm = f;
 }
Example #4
0
 public frmMemberEdit(frmDashboard f)
 {
     InitializeComponent();
     callingform = f;
 }
Example #5
0
 public frmMemberQuery(frmDashboard f)
 {
     InitializeComponent();
     callingForm = f;
 }