Beispiel #1
0
 public collectionUserControl1(notificationUserControl1 f)
 {
     InitializeComponent();
     form = f;
 }
 public orderUserControl1(notificationUserControl1 c)
 {
     InitializeComponent();
     form = c;
 }
Beispiel #3
0
 public secondUserControl1(notificationUserControl1 f)
 {
     InitializeComponent();
     form = f;
 }