Ejemplo n.º 1
0
 void MainFormClosing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     pi.stopPreludeEngine();
     if (menuSettingsContribute.Checked)
     {
         pi.forcedContribution();
     }
 }