Commit for development environment setup
This commit is contained in:
18
PROMS/Volian.Controls.Library/DisplaySecurity.cs
Normal file
18
PROMS/Volian.Controls.Library/DisplaySecurity.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
public partial class DisplaySecurity : UserControl
|
||||
{
|
||||
public DisplaySecurity()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user