author | StephaneLenclud |
Wed, 03 Feb 2016 13:02:48 +0100 | |
changeset 190 | 60977f2b3ca7 |
permissions | -rw-r--r-- |
1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.Data;
5 using System.Drawing;
6 using System.Linq;
7 using System.Text;
8 using System.Threading.Tasks;
9 using System.Windows.Forms;
11 namespace SharpDisplayIdleClient
12 {
13 public partial class FormIdleClient : Form
14 {
15 public StartParams Params { get; set; }
17 public FormIdleClient()
18 {
19 InitializeComponent();
20 }
21 }
22 }