Beispiel #1
0
        public void AddWoWLocation()
        {
            AddWoWFolder add = new AddWoWFolder(this);

            add.ShowDialog();
        }
Beispiel #2
0
 public void AddWoWLocation()
 {
     AddWoWFolder add = new AddWoWFolder(this);
     add.ShowDialog();
 }