db connection initialization fix
This commit is contained in:
parent
38d744fbe7
commit
7b14ead888
@ -83,7 +83,6 @@ namespace VEPROMS
|
||||
#endregion
|
||||
public frmVEPROMS()
|
||||
{
|
||||
InitializeComponent();
|
||||
#if (DEBUG)
|
||||
//use local data (for development/debug mode)
|
||||
if (Environment.MachineName == "RMARK-PC")
|
||||
@ -101,6 +100,7 @@ namespace VEPROMS
|
||||
VEPROMS.CSLA.Library.Database.ConnectionName = "VEPROMS";
|
||||
|
||||
#endif
|
||||
InitializeComponent();
|
||||
// set the color of the ribbon
|
||||
RibbonPredefinedColorSchemes.ChangeOffice2007ColorTable((eOffice2007ColorScheme)Settings.Default.SystemColor);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user