15 lines
260 B
C#
15 lines
260 B
C#
|
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);
|
|||
|
}
|
|||
|
}
|