Mercurial > hg > ltpda
comparison m-toolbox/classes/@LTPDAworkbench/cb_openRepoManagerGUI.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children | a26669b59d7e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
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 | |
11 rm = LTPDARepositoryManager(); | |
12 rm.showGui(); | |
13 rm.gui.toFront(); | |
14 | |
15 end | |
16 |