예제 #1
0
 public MainForm()
 {
     InitializeComponent();
     _exporter = new Exporter(this);
     _importer = new Importer(this);
 }