SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
IUpdate.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 
6 namespace SeciControls
7 {
8  public interface IUpdate
9  {
10  void UpdateControl();
11  }
12 }