PIBD14-BOYKO-M.S.SuperEasyS.../Lab1/Config.cs

15 lines
260 B
C#
Raw Normal View History

2024-02-14 15:51:28 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using System.Text;
using System.Threading.Tasks;
namespace Lab1
{
internal class Config
{
public static Size screenSize = new Size(923, 597);
}
}