예제 #1
0
 static void defaultInstance_FormClosed(object sender, System.Windows.Forms.FormClosedEventArgs e)
 {
     defaultInstance = null;
 }
예제 #2
0
 static void defaultInstance_FormClosed(object sender, System.Windows.Forms.FormClosedEventArgs e)
 {
     E_Sound.StopMusic();
     E_Sound.StopPreview();
     defaultInstance = null;
 }