public KeyOption(object cm, MacpMain form) { InitializeComponent(); this.Location = new Point(form.Location.X + form.Width - 15, form.Location.Y); Ectr = EventController.GetInstance(); this.cm = cm as CMacro; this.main = form; init(); }
public MaCrt(object cm, MacpMain form) { InitializeComponent(); this.Location = new Point(form.Location.X + form.Width - 15, form.Location.Y); this.cm = cm as CMacro; }