private void MenuItem_Click_1(object sender, RoutedEventArgs e) { PathSelect pathSelect = new PathSelect(); // pathSelect.Show(); a.test("TaskPad"); }
//Used for start configuration public void StartConf() { if (IsUserNew() || IsPathEmpty()) { PathSelect ps = new PathSelect(); AddPerson(); ps.Show(); } Parser p = new Parser(this.PathToFile); p.fromJson(); }