コード例 #1
0
        private void steamidStrip_Click(object sender, EventArgs e)
        {
            SteamID steamid = new SteamID(replayloc + "\\" + currentlyselectedreplaypath + "\\");

            steamid.ShowDialog();
        }