public CheckInGraphic(string key, CheckInAction element, Point center) : base(key, element, center) { this.needInit = System.Convert.ToBoolean(CheckIn.NeedInit); this.Surface.Blit(new Surface(CheckIn.GraphicIcon)); }
public CheckInForm(CheckInAction action) { InitializeComponent(); this.helpTopic = CheckIn.HelpTopic; this.action = action; }
public CheckInPanel(CheckInAction action) { InitializeComponent(); this.action = action; }