Interface IFormContext<TForm>
- Namespace
- MES.MQC.UtilityLibrary.Form.Interfaces
- Assembly
- MES.MQC.UtilityLibrary.dll
public interface IFormContext<out TForm> where TForm : Form
Type Parameters
TForm
Properties
Form
TForm Form { get; }
Property Value
- TForm