changes the saved filepath to something useful (my documents)
This commit is contained in:
parent
6b7f74b2da
commit
a1bee1ac48
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue