Beispiel #1
0
 public Form1()
 {
     InitializeComponent();
     this.DelegateSetPictureFunction = new DelegateSetPicture(this.SetControlPicturePub);
 }
Beispiel #2
0
 public FormDeskTop(FormPropertyModel formPropertyModel)
 {
     InitializeComponent();
     this.formPropertyModel = formPropertyModel;
     this.delSetPicture     = new DelegateSetPicture(this.SetPicture);
 }