Exemplo n.º 1
0
 /// <summary>
 /// Sets the default values.
 /// </summary>
 private void SetToDefault()
 {
     MainFormState   = new MainFormState();
     ProjectDir      = ScadaUtils.IsRunningOnWin ? @"C:\SCADA\Projects\" : "/opt/scada/Projects/";
     RecentProjects  = new List <string>();
     RecentSelection = new RecentSelection();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the default values.
 /// </summary>
 private void SetToDefault()
 {
     MainFormState   = new MainFormState();
     ProjectDir      = AdminUtils.ProjectDir;
     RecentProjects  = new List <string>();
     RecentSelection = new RecentSelection();
 }