コード例 #1
0
        public CompareLineForm(CompareLineAction action)
        {
            InitializeComponent();
            this.helpTopic = CompareLine.HelpTopic;
this.action = action;
        }
コード例 #2
0
 public CompareLinePanel(CompareLineAction action)
 {
     InitializeComponent();
     this.action = action;
 }
コード例 #3
0
 public CompareLineGraphic(string key, CompareLineAction element, Point center)
     : base(key, element, center)
 {
     this.needInit = System.Convert.ToBoolean(CompareLine.NeedInit);
     this.Surface.Blit(new Surface(CompareLine.GraphicIcon));
 }