Ejemplo n.º 1
0
 private void gpuSettingsLink_LinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e)
 {
     using (GPUMinerSettingsForm gpuSettingsForm = new GPUMinerSettingsForm(workingMinerConfiguration))
     {
         System.Windows.Forms.DialogResult dialogResult = gpuSettingsForm.ShowDialog();
     }
 }
Ejemplo n.º 2
0
 private void gpuSettingsLink_LinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e)
 {
     using (GPUMinerSettingsForm gpuSettingsForm = new GPUMinerSettingsForm(workingMinerConfiguration))
     {
         System.Windows.Forms.DialogResult dialogResult = gpuSettingsForm.ShowDialog();
     }
 }