コード例 #1
0
ファイル: overlay.cs プロジェクト: RichieSams/Persona-EPGP
        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;
        }
コード例 #2
0
ファイル: login.cs プロジェクト: RichieSams/Persona-EPGP
        public login(guildManagement gm)
        {
            InitializeComponent();

            this.gm = gm;
        }