Пример #1
0
 public MainForm()
 {
     InitializeComponent();
     databaseHandler = new DatabaseHandler(ConfigurationManager.AppSettings, this);
 }