Победа
This commit is contained in:
parent
7ac053add7
commit
262360562e
@ -64,7 +64,7 @@ namespace PluginsConvention14.MyPlugin
|
|||||||
|
|
||||||
public PluginsConventionElement GetElement()
|
public PluginsConventionElement GetElement()
|
||||||
{
|
{
|
||||||
var product = оutputTableResults.GetSelectedObject<MainPluginConventionElement>(); ;
|
var product = оutputTableResults.GetSelectedObject<Product>();
|
||||||
MainPluginConventionElement element = null;
|
MainPluginConventionElement element = null;
|
||||||
if (оutputTableResults != null)
|
if (оutputTableResults != null)
|
||||||
{
|
{
|
||||||
@ -73,7 +73,7 @@ namespace PluginsConvention14.MyPlugin
|
|||||||
Id = product.Id,
|
Id = product.Id,
|
||||||
Name = product.Name,
|
Name = product.Name,
|
||||||
ManufacturerName = product.ManufacturerName,
|
ManufacturerName = product.ManufacturerName,
|
||||||
DeliveryDate = product.DeliveryDate,
|
DeliveryDate = product.DeliveryDate.ToString(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return (new PluginsConventionElement { Id = element.Id });
|
return (new PluginsConventionElement { Id = element.Id });
|
||||||
|
Loading…
Reference in New Issue
Block a user