コード例 #1
0
        public static void Initialize()
        {
            if (instance == null)
            {
                instance = new ClockTimer()
                {
                    //PreviousMP = -1
                };

                instance.watchTimer = new Timer()
                {
                    Interval = 1000,//Settings.Default.ParameterRefreshRate,
                    Enabled  = false
                };
            }
        }