public CompareObstacleGraphic(string key, CompareObstacleAction element, Point center) : base(key, element, center) { this.needInit = System.Convert.ToBoolean(CompareObstacle.NeedInit); this.Surface.Blit(new Surface(CompareObstacle.GraphicIcon)); }
public CompareObstaclePanel(CompareObstacleAction action) { InitializeComponent(); this.action = action; }
public CompareObstacleForm(CompareObstacleAction action) { InitializeComponent(); this.helpTopic = CompareObstacle.HelpTopic; this.action = action; }