Exemple #1
0
 // download miners constructor
 public Form_Loading(MinersDownloader minersDownloader)
 {
     InitializeComponent();
     label_LoadingText.Location = new Point((Size.Width - label_LoadingText.Size.Width) / 2,
                                            label_LoadingText.Location.Y);
     _minersDownloader = minersDownloader;
 }
 public Form_Loading(MinersDownloader minersDownloader)
 {
     InitializeComponent();
     label_LoadingText.Location = new Point((this.Size.Width - label_LoadingText.Size.Width) / 2, label_LoadingText.Location.Y);
     _minersDownloader = minersDownloader;
 }