using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Collections; namespace Egametang { /// /// MainWindow.xaml 的交互逻辑 /// public partial class MainWindow : Window { private Hashtable treeViewNodes = new Hashtable(); public MainWindow() { InitializeComponent(); } } }