|
|
|
@ -3,7 +3,7 @@ Imports System.Deployment
|
|
|
|
|
Imports System.Deployment.Application
|
|
|
|
|
|
|
|
|
|
Public Class frmMain
|
|
|
|
|
Private _dataPath As String = System.IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.MyDocuments, "Gästeliste.xml")
|
|
|
|
|
Private _dataPath As String = System.IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.MyDocuments, "Gaesteliste.xml")
|
|
|
|
|
'I should not need this for now - we do not work with mouse pointer rows index for selection but we select them with left-click.
|
|
|
|
|
' and with ctrl select (left click, multi-select!)
|
|
|
|
|
'Private _rowIndex As Integer = 0
|
|
|
|
|