Exemple #1
0
        public void ChangeToLocationEditView(int index)
        {
            FormLocation form = new FormLocation(index);

            form.ShowDialog();
        }
Exemple #2
0
        public void ChangeToLocationAddView()
        {
            FormLocation form = new FormLocation();

            form.ShowDialog();
        }