initial commit
This commit is contained in:
18
cVMS.NET_CS/Dialog/Frm_SMsg.cs
Normal file
18
cVMS.NET_CS/Dialog/Frm_SMsg.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Diagnostics;
|
||||
using System.Data;
|
||||
using System.Collections;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace vmsnet
|
||||
{
|
||||
public partial class Frm_SMsg
|
||||
{
|
||||
public Frm_SMsg()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user