void ReleaseDesignerOutlets()
 {
     if (GroepLijst != null)
     {
         GroepLijst.Dispose();
         GroepLijst = null;
     }
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GroepLijstDelegate"/> class.
 /// </summary>
 /// <param name="controller">Controller.</param>
 public GroepLijstDelegate(GroepLijstView controller)
 {
     // Initialize
     _controller = controller;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="GroepLijstDataSource"/> class.
 /// </summary>
 /// <param name="controller">Controller.</param>
 public GroepLijstDataSource(GroepLijstView controller)
 {
     // Initialize
     _controller = controller;
 }