aboutsummaryrefslogtreecommitdiffstats
path: root/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/a01431803622001a1a13a2f32fc2bca0
stat options
Period:
Authors:

Commits per author per week (path 'Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/a01431803622001a1a13a2f32fc2bca0')

AuthorW25 2026W26 2026W27 2026W28 2026Total
Total00000
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;

public static class CommonDialogExtensions
{
    public static bool ShowDialogCenter(this CommonDialog dialog)
    {
        return dialog.ShowDialog(Application.Current.MainWindow).Value;
    }
}