mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-02 14:04:21 +01:00
Merge branch 'jay' into vigem-udpserver
This commit is contained in:
commit
3d816a3ce2
@ -2,10 +2,12 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
using System.Security;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace DS4Windows
|
namespace DS4Windows
|
||||||
{
|
{
|
||||||
|
[SuppressUnmanagedCodeSecurity]
|
||||||
[System.ComponentModel.DesignerCategory("")]
|
[System.ComponentModel.DesignerCategory("")]
|
||||||
public class AdvancedColorDialog : ColorDialog
|
public class AdvancedColorDialog : ColorDialog
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user