2024-06-05 01:21:31 -05:00
|
|
|
|
using System;
|
2024-06-02 21:14:59 -05:00
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
|
|
|
|
namespace LANCommander.Client.Services
|
|
|
|
|
|
{
|
|
|
|
|
|
public class WindowService
|
|
|
|
|
|
{
|
2024-06-05 01:21:31 -05:00
|
|
|
|
public bool IsMaximized { get; set; } = false;
|
2024-06-02 21:14:59 -05:00
|
|
|
|
}
|
|
|
|
|
|
}
|