예제 #1
0
        public ControllerTextBausteine()
        {
            SQLCon        con       = new SQLCon();
            TextBausteine bausteine = new TextBausteine();

            con.CreateLanguage();
            bausteine.Show();
        }