Esempio n. 1
0
        public About()
        {
            InitializeComponent();
            this.Icon = Resources.Bomb;
            this.BackgroundImage = Resources.Title;
            this.ClientSize = Resources.Title.Size;

            LinkSwapper s = new LinkSwapper();
            s.Location = new Point(46, 107);
            this.Controls.Add(s);
        }
Esempio n. 2
0
        public About()
        {
            InitializeComponent();
            this.Icon            = Resources.Bomb;
            this.BackgroundImage = Resources.Title;
            this.ClientSize      = Resources.Title.Size;

            LinkSwapper s = new LinkSwapper();

            s.Location = new Point(46, 107);
            this.Controls.Add(s);
        }