Esempio n. 1
0
        private void SkillInfoForm_Load(object sender, EventArgs e)
        {
            _this = this;

            this.Top  = Properties.Settings.Default.D3Helper_MainForm_StartPosition.Y;
            this.Left = Properties.Settings.Default.D3Helper_MainForm_StartPosition.X;
        }
Esempio n. 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (Window_Info._this == null)
     {
         Window_Info s = new Window_Info();
         s.Show();
     }
 }
Esempio n. 3
0
        private void SkillInfoForm_Load(object sender, EventArgs e)
        {
            _this = this;

            this.Top = Properties.Settings.Default.D3Helper_MainForm_StartPosition.Y;
            this.Left = Properties.Settings.Default.D3Helper_MainForm_StartPosition.X;

                        
        }
Esempio n. 4
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (Window_Info._this == null)
     {
         Window_Info s = new Window_Info();
         s.Show();
     }
 }
Esempio n. 5
0
 private void Window_Info_Closed(object sender, EventArgs e)
 {
     _this = null;
 }
Esempio n. 6
0
 private void Window_Info_Closed(object sender, EventArgs e)
 {
     _this = null;
 }