Ejemplo n.º 1
0
        ///////////////////////////////////////////////////////////////////////////////
        // Construction and Initializing methods                                     //
        ///////////////////////////////////////////////////////////////////////////////
        #region CONSTRUCTION

        /// <summary>
        /// Initializes a new instance of the SMISetting class.
        /// </summary>
        public SMISetting()
        {
            this.smiServerAddress     = "127.0.0.1";
            this.smiServerPort        = 4444;
            this.ogamaServerPort      = 5555;
            this.availableEye         = AvailableEye.Both;
            this.calibPointSize       = CalibrationPointSize.Medium;
            this.calibPointColor      = Color.Red;
            this.calibBackgroundColor = SystemColors.ControlLight;
        }
Ejemplo n.º 2
0
    ///////////////////////////////////////////////////////////////////////////////
    // Construction and Initializing methods                                     //
    ///////////////////////////////////////////////////////////////////////////////
    #region CONSTRUCTION

    /// <summary>
    /// Initializes a new instance of the SMISetting class.
    /// </summary>
    public SMISetting()
    {
      this.smiServerAddress = "127.0.0.1";
      this.smiServerPort = 4444;
      this.ogamaServerPort = 5555;
      this.availableEye = AvailableEye.Both;
      this.calibPointSize = CalibrationPointSize.Medium;
      this.calibPointColor = Color.Red;
      this.calibBackgroundColor = SystemColors.ControlLight;
    }