Example #1
0
 public MainForm()
 {
     InitializeComponent();
     translationManager = new TranslationManager();
     translationManager.ExecutionError += TranslationManager_ExecutionError;
 }
Example #2
0
 public MainForm()
 {
     InitializeComponent();
     translationManager = new TranslationManager();
     translationManager.ExecutionError += TranslationManager_ExecutionError;
 }