Example #1
0
        public void displayItem()
        {
            int isdiff = 0;

            if (avs.Count > 0)
            {
                Movie mv = null;
                currItem            = avs.Dequeue();
                isdiff              = perpForSync(currItem.mvid, currItem.fileName, ref mv);
                labCounting.Content = (total - avs.Count) + "/" + total;
            }
            else
            {
                btnChange.IsEnabled        = false;
                btnCancel.IsEnabled        = false;
                textBoxOrignal.Text        = "";
                textBoxChangeTo.Text       = "";
                labOrignalDate.Content     = "";
                labChangeToDate.Content    = "";
                cbxSelectedPath.IsReadOnly = false;
            }
        }
Example #2
0
 public Form1(vo
 {
     InitializeComponent();