BF2Statistics.TaskForm.TaskForm C# (CSharp) Метод

TaskForm() приватный Метод

Private constructor... Use the Show() method rather
private TaskForm ( ) : System
Результат System
        private TaskForm()
        {
            InitializeComponent();

            // Create our progress updater. We put this inside the form constructor
            // to capture the Synchronization Context of this thread
            Progress = new SyncProgress<TaskProgressUpdate>(e => ProgressChanged(e));
        }