コード例 #1
0
ファイル: ChatWindow.xaml.cs プロジェクト: phucthotran/vchat
        public void IsRejectFile(string id)
        {
            FileProcess fileProcess = _SendFilePanel.Find(id);

            fileProcess.Cancel(false);
        }