예제 #1
0
        public Form1()
        {
            InitializeComponent();
            InitializeLetters();

            prepostionTree = new PrepositionTree();
        }
예제 #2
0
 private void DeletTree()
 {
     prepostionTree = new PrepositionTree();
 }