Skip to content

Commit 05c138d

Browse files
Update Program.cs
1 parent 6c6edb5 commit 05c138d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CS/Program.cs

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
31
using System.Diagnostics;
4-
using System.Linq;
5-
using System.Windows.Forms;
62

73
namespace MasterDetailExample
84
{
@@ -11,8 +7,9 @@ static class Program
117
/// <summary>
128
/// The main entry point for the application.
139
/// </summary>
14-
[STAThread]
1510
static void Main() {
11+
MergeProcessor mProcessor = new MergeProcessor();
12+
mProcessor.Start();
1613
var p = new Process();
1714
p.StartInfo = new ProcessStartInfo(@"result.docx") {
1815
UseShellExecute = true

0 commit comments

Comments
 (0)