Esempio n. 1
0
        public void ConstructTwice()
        {
            TreeModelIListAdaptor adaptor = new TreeModelIListAdaptor(new TreeModelIListConfiguration());

            adaptor = new TreeModelIListAdaptor(new TreeModelIListConfiguration());
        }
Esempio n. 2
0
		public void ConstructTwice()
		{
			TreeModelIListAdaptor adaptor = new TreeModelIListAdaptor(new TreeModelIListConfiguration());
			adaptor = new TreeModelIListAdaptor(new TreeModelIListConfiguration());
		}