### MyHouse V1.0.2502.0801 - *.[新增]适配新版接口。 ### SmartHouseAPI V1.0.2502.0801 - *.[新增]支持Docker部署,支持NAS。
21 lines
385 B
C#
21 lines
385 B
C#
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();
|
|
}
|
|
}
|
|
}
|