Esempio n. 1
0
        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();
        }
Esempio n. 2
0
 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;
 }