SilverFlow.Controls.FloatingWindow.MinimizeButton_Click C# (CSharp) Method

MinimizeButton_Click() private method

Handles the Click event of the MinimizeButton control.
private MinimizeButton_Click ( object sender, RoutedEventArgs e ) : void
sender object The source of the event.
e System.Windows.RoutedEventArgs The instance containing the event data.
return void
        private void MinimizeButton_Click(object sender, RoutedEventArgs e)
        {
            MinimizeWindow();
        }
FloatingWindow