mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-09 01:13:50 +00:00
12 lines
130 B
C#
12 lines
130 B
C#
using System;
|
|
namespace qController
|
|
{
|
|
public class QGrid
|
|
{
|
|
|
|
public QGrid()
|
|
{
|
|
}
|
|
}
|
|
}
|