mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-23 18:22:16 +00:00
13 lines
196 B
C#
13 lines
196 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace ShiftOS.Engine.WindowManager
|
|||
|
{
|
|||
|
class ShiftArray
|
|||
|
{
|
|||
|
}
|
|||
|
}
|