Subversion Repositories eFlore/Applications.del

Rev

Rev 9 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 aurelien 1
package org.tela_botanica.del.client;
2
 
3
import com.google.gwt.core.client.EntryPoint;
4
 
5
public class Del implements EntryPoint {
6
 
7
	@Override
8
	public void onModuleLoad() {
9
		// TODO Auto-generated method stub
10
 
11
	}
12
}