//この下からイベント

        public MainWindow()
        {
            InitializeComponent();
            per = new performance();
            max_memlabel.Content = string.Format("{0}MB", per.max_mem());
            IP_label.Content     = string.Format("IPアドレス:{0}", get_ip());

            tick_switch = true;
            start_tick();
        }
        //この下からイベント

        public MainWindow()
        {
            InitializeComponent();
            per = new performance();
            max_memlabel.Content = string.Format("{0}MB", per.max_mem());
            IP_label.Content = string.Format("IPアドレス:{0}", get_ip());

            tick_switch = true;
            start_tick();
        }