Перенос.
This commit is contained in:
12
src/GlobalData/FormsParams/FormsDBTable.java
Normal file
12
src/GlobalData/FormsParams/FormsDBTable.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package GlobalData.FormsParams;
|
||||
import Common.Database.DBTable;
|
||||
import Common.UI.Windows.FormType;
|
||||
public class FormsDBTable extends DBTable<FormType, DBForm> {
|
||||
public FormsDBTable() {
|
||||
super(FormType.class, DBForm.class);
|
||||
}
|
||||
@Override
|
||||
public String getSingleDescription() {
|
||||
return "параметры окны";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user