StephaneLenclud@189: using System; StephaneLenclud@189: using System.Collections.Generic; StephaneLenclud@189: using System.ComponentModel; StephaneLenclud@189: using System.Data; StephaneLenclud@189: using System.Drawing; StephaneLenclud@189: using System.Linq; StephaneLenclud@189: using System.Text; StephaneLenclud@189: using System.Threading.Tasks; StephaneLenclud@189: using System.Windows.Forms; StephaneLenclud@189: StephaneLenclud@189: namespace SharpDisplayIdleClient StephaneLenclud@189: { StephaneLenclud@189: public partial class FormIdleClient : Form StephaneLenclud@189: { StephaneLenclud@189: public StartParams Params { get; set; } StephaneLenclud@189: StephaneLenclud@189: public FormIdleClient() StephaneLenclud@189: { StephaneLenclud@189: InitializeComponent(); StephaneLenclud@189: } StephaneLenclud@189: } StephaneLenclud@189: }