Upgraded to .NET 9
This commit is contained in:
parent
4e4a59b0b2
commit
8048c41cd0
5 changed files with 29 additions and 14 deletions
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Drawing.Text;
|
||||
using System.IO;
|
||||
|
|
@ -25,6 +26,7 @@ namespace ImageCatalog
|
|||
public partial class MainForm
|
||||
{
|
||||
|
||||
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
|
||||
public DataModel Model { get; set; }
|
||||
|
||||
private readonly ITestService _service;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue