コード例 #1
0
 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));
 }
コード例 #2
0
 public CompareObstaclePanel(CompareObstacleAction action)
 {
     InitializeComponent();
     this.action = action;
 }
コード例 #3
0
 public CompareObstacleForm(CompareObstacleAction action)
 {
     InitializeComponent();
     this.helpTopic = CompareObstacle.HelpTopic;
     this.action    = action;
 }