mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-23 10:12:16 +00:00
b45df71168
owow
12 lines
196 B
C#
12 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
|
|
{
|
|
}
|
|
}
|