SmartHouseAPI/Source/MyHouse/OTools/FrmPreview.cs

21 lines
385 B
C#
Raw Permalink Normal View History

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace MyHouse.OTools
{
public partial class FrmPreview : Form
{
public FrmPreview()
{
InitializeComponent();
}
}
}