Exemple #1
0
    public void Function()
    {
        Eplan.EplApi.Base.Settings oSettings =
            new Eplan.EplApi.Base.Settings();

        oSettings.ReadSettings(@"C:\test\test.xml");

        MessageBox.Show("Einstellungen wurden importiert.");

        return;
    }
    public void Function()
    {
        Eplan.EplApi.Base.Settings oSettings =
            new Eplan.EplApi.Base.Settings();

        oSettings.ReadSettings(@"C:\test\test.xml");

        MessageBox.Show("Einstellungen wurden importiert.");

        return;
    }
    public void Function()
    {
        Eplan.EplApi.Base.Settings oSettings =
            new Eplan.EplApi.Base.Settings();

        oSettings.ReadSettings(@"C:\test\test.xml");

        MessageBox.Show("Settings have been imported.");

        return;
    }