Exemple #1
0
        public Form1(CenterControlGUIMessage ccmsg)
        {
            InitializeComponent();
            this.ccmsg = ccmsg;

            // Notify Icon init
            notifyIcon     = new NotifyIcon();
            modeContainers = new ModeContainer[GlobalSetting.KeyMaxNumber];
            for (int i = 0; i < modeContainers.Length; i++)
            {
                modeContainers[i] = new ModeContainer(150, 30 + 40 * i);
            }
        }
Exemple #2
0
 public Form1(CenterControlGUIMessage ccmsg)
 {
     InitializeComponent();
     this.ccmsg = ccmsg;
 }