コード例 #1
0
 private void WindowClosing(object sender, CancelEventArgs e)
 {
     FileDownloader.Kill();
     VlcApi.Kill();
     PodcastFunctions.Kill();
     WindowPlacementHandler.GetPlacement(new WindowInteropHelper(this).Handle);
 }