Ejemplo n.º 1
0
        public RecommendSpace()
        {
            InitializeComponent();

            Instance = this;
            InstanceMonitor.Instances.Add("recommendspace", Instance);
            timer.Interval = new TimeSpan(0, 0, 2);
            timer.Tick    += Timer_Tick;
        }
Ejemplo n.º 2
0
        public RecommendSpace()
        {
            InitializeComponent();
            Koromo_Copy_UX.Language.Lang.ApplyLanguageDictionary(this);

            Instance = this;
            InstanceMonitor.Instances.Add("recommendspace", Instance);
            timer.Interval = new TimeSpan(0, 0, 2);
            timer.Tick    += Timer_Tick;
        }