Mercurial > hg > ltpda
annotate m-toolbox/classes/@LTPDAworkbench/cb_launchRepogui.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_LAUNCHREPOGUI launch the LTPDA Repository GUI |
2 % | |
3 % M Hewitson 31-01-09 | |
4 % | |
5 % $Id: cb_launchRepogui.m,v 1.4 2010/08/06 19:10:48 ingo Exp $ | |
6 % | |
7 function cb_launchRepogui(varargin) | |
8 | |
31
a26669b59d7e
Update LTPDAworkbench
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
0
diff
changeset
|
9 LTPDADatabaseConnectionManager().connect(); |
0 | 10 |
11 end |