Beispiel #1
0
 public CompareAngleGraphic(string key, CompareAngleAction element, Point center)
     : base(key, element, center)
 {
     this.needInit = System.Convert.ToBoolean(CompareAngle.NeedInit);
     this.Surface.Blit(new Surface(CompareAngle.GraphicIcon));
 }
Beispiel #2
0
 public CompareAngleForm(CompareAngleAction action)
 {
     InitializeComponent();
     this.helpTopic = CompareAngle.HelpTopic;
     this.action    = action;
 }
Beispiel #3
0
 public CompareAnglePanel(CompareAngleAction action)
 {
     InitializeComponent();
     this.action = action;
 }