Beispiel #1
0
        public virtual void Attach(ElectronPanel cPanel)
        {
            try {
                this.electronPanel = cPanel;
                painter.setElectron(cPanel);
            } catch (Exception e) {
                debugOut("problem in attach: " + e.Message);

                throw new Exception("Problem in attach: " + e.Message);
            }
        }