コード例 #1
0
ファイル: FormMain.cs プロジェクト: campycoder/zvjezdojedac
        public FormMain()
        {
            InitializeComponent();
            this.pocetniFont = Font;

#if !DEBUG
            try
            {
#endif
            PodaciAlat.postaviPodatke();
            postaviJezik();
            this.Font = Postavke.FontSucelja(pocetniFont);
#if !DEBUG
        }
        catch (Exception e)
        {
            MessageBox.Show(e.Message, "Problem", MessageBoxButtons.OK, MessageBoxIcon.Error);
        }
#endif
        }