Exemplo n.º 1
0
        public frmBackupManagement()
        {
            InitializeComponent();

            TreeMpttDb dbMptt = new TreeMpttDb(Commons.dl);

            topicTreeMptt = new TreeMptt(Commons.dl, null, null, null, null, null, null, null, DragDropEffects.None);
        }
Exemplo n.º 2
0
        public frmBackupManagement()
        {
            InitializeComponent();

            DbAndBusiness db     = new DbAndBusiness(Commons.PathAndFileDatabase);
            TreeMpttDb    dbMptt = new TreeMpttDb(db);

            topicTreeMptt = new TreeMptt(db, null, null, null, null, null, null, null, DragDropEffects.None);
        }