финиш близок
This commit is contained in:
parent
21d61b9c40
commit
a99b59f54a
@ -7,6 +7,7 @@ using System.Xml.Linq;
|
||||
using TypographyDataModels.Enums;
|
||||
using TypographyDataModels.Models;
|
||||
using TypographyContracts.BindingModels;
|
||||
using TypographyContracts.ViewModels;
|
||||
|
||||
namespace TypographyFileImplement.Models
|
||||
{
|
||||
|
@ -4,6 +4,8 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Xml.Linq;
|
||||
using TypographyContracts.BindingModels;
|
||||
using TypographyContracts.ViewModels;
|
||||
using TypographyDataModels.Models;
|
||||
|
||||
namespace TypographyFileImplement.Models
|
||||
@ -87,6 +89,5 @@ namespace TypographyFileImplement.Models
|
||||
new XElement("Key", x.Key),
|
||||
new XElement("Value", x.Value)))
|
||||
.ToArray()));
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -28,7 +28,6 @@ namespace TypographyView
|
||||
_serviceProvider = services.BuildServiceProvider();
|
||||
Application.Run(_serviceProvider.GetRequiredService<FormMain>());
|
||||
}
|
||||
|
||||
private static void ConfigureServices(ServiceCollection services)
|
||||
{
|
||||
services.AddLogging(option =>
|
||||
|
Loading…
Reference in New Issue
Block a user