Exemple #1
0
 public MainForm()
 {
     InitializeComponent();
     my_delegate = new UpdateProgress(UpdateProgressMethod);
     max_delegate = new UpdateMax(UpdateMaxMethod);
 }
Exemple #2
0
 public MainForm()
 {
     InitializeComponent();
     my_delegate  = new UpdateProgress(UpdateProgressMethod);
     max_delegate = new UpdateMax(UpdateMaxMethod);
 }