public CompareTimePanel(CompareTimeAction action)
 {
     InitializeComponent();
     this.action = action;
 }
Esempio n. 2
0
 public CompareTimeGraphic(string key, CompareTimeAction element, Point center)
     : base(key, element, center)
 {
     this.needInit = System.Convert.ToBoolean(CompareTime.NeedInit);
     this.Surface.Blit(new Surface(CompareTime.GraphicIcon));
 }
 public CompareTimeForm(CompareTimeAction action)
 {
     InitializeComponent();
     this.helpTopic = CompareTime.HelpTopic;
     this.action    = action;
 }