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