changes the saved filepath to something useful (my documents)

This commit is contained in:
Dominic Reich 2016-03-13 11:50:47 +01:00
parent 6b7f74b2da
commit a1bee1ac48
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -1,7 +1,7 @@
Imports System.ComponentModel
Public Class frmMain
Private _dataPath As String = "Eintraege.xml"
Private _dataPath As String = System.IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.MyDocuments, "Gästeliste.xml")
Private Sub frmMain_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing
Me.GästeDataSet.WriteXml(_dataPath)