示例#1
0
 private void closeIcon_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
 {
     style.ShopWidth  = this.Width;
     style.ShopHeight = this.Height;
     style.Save();
     FormExecution.ActivateChat();
     this.Close();
 }
示例#2
0
 private void closeIcon_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
 {
     if (RankedTimer.IsEnabled)
     {
         _admin.SendStopPlayRanked();
         StopTimer();
     }
     FormExecution.ActivateChat();
     this.Close();
 }
示例#3
0
 private void closeIcon_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
 {
     FormExecution.ActivateChat();
     this.Close();
 }