Exemplo n.º 1
0
        public overlay(guildManagement gm, int x, int y, double opacity)
        {
            InitializeComponent();

            this.gm = gm;
            this.Location = new Point(x, y);
            this.Opacity = opacity;
            this.LocationChanged += overlay_LocationChanged;
        }
Exemplo n.º 2
0
        public login(guildManagement gm)
        {
            InitializeComponent();

            this.gm = gm;
        }