Compare commits
3 Commits
67f727f40d
...
cd2c29120d
Author | SHA1 | Date | |
---|---|---|---|
|
cd2c29120d | ||
|
5f925ae259 | ||
|
d1757bfd2a |
@ -4,12 +4,15 @@ using PlumbingRepairContracts.BusinessLogicsContracts;
|
||||
using PlumbingRepairContracts.SearchModels;
|
||||
using PlumbingRepairContracts.ViewModels;
|
||||
using PlumbingRepairDataModels.Models;
|
||||
using PlumbingRepairListImplement.Models;
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
@ -29,8 +32,8 @@ namespace PlumbingRepairView
|
||||
{
|
||||
InitializeComponent();
|
||||
_logger = logger;
|
||||
_listStores = new();
|
||||
_logic = logic;
|
||||
_listStores = new Dictionary<int, (IWorkModel, int)>();
|
||||
}
|
||||
|
||||
private void SaveButton_Click(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user