no message
This commit is contained in:
@@ -13,6 +13,9 @@ import java.util.Date;
|
||||
public class SapforProfilesForm extends DataSetControlForm<SapforProfile> {
|
||||
public SapforProfilesForm(DataSet<?, SapforProfile> dataSource_in, JPanel mountPanel_in) {
|
||||
super(dataSource_in, mountPanel_in);
|
||||
}
|
||||
@Override
|
||||
protected void createColumns() {
|
||||
AddColumns(
|
||||
new ColumnInfo<SapforProfile>("Описание") {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user