Mercurial > hg > ltpda
annotate m-toolbox/classes/@LTPDAworkbench/cb_openRepoManagerGUI.m @ 31:a26669b59d7e database-connection-manager
Update LTPDAworkbench
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | f0afece42f48 |
children |
rev | line source |
---|---|
0 | 1 % CB_OPENREPOMANAGERGUI opens the repository manager GUI |
2 % | |
3 % CALL: LTPDAworkbench.cb_openRepoManagerGUI | |
4 % | |
5 % Diepholz 19-01-2010 | |
6 % | |
7 % $Id: cb_openRepoManagerGUI.m,v 1.2 2010/08/06 19:10:48 ingo Exp $ | |
8 % | |
9 function cb_openRepoManagerGUI(varargin) | |
10 | |
31
a26669b59d7e
Update LTPDAworkbench
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
0
diff
changeset
|
11 LTPDADatabaseConnectionManager().connect(); |
0 | 12 |
13 end | |
14 |