mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-28 01:35:38 +00:00
11 lines
156 B
C#
11 lines
156 B
C#
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Windows.Forms;
|
||
|
|
||
|
namespace QueryDisplayModes
|
||
|
{
|
||
|
static class Program
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|