Exemplo n.º 1
0
 //WriteableBitmap CurrentPhoto=null;
 public void Clear()
 {
     foreach (LPhotoHeaderItem ti in comboBoxControl.Items)
     {
         ti.Clear();
         TargetControl.Clear();
     }
     comboBoxControl.Items.Clear();
 }
Exemplo n.º 2
0
        private void buttonClose_Click(object sender, RoutedEventArgs e)
        {
            LChartPhoto.Clear();
            dg = null;
            Panel p = this.Parent as Panel;

            if (p != null)
            {
                p.Children.Remove(this);
            }
        }
Exemplo n.º 3
0
 public void RemovePhoto(WriteableBitmap photo)
 {
     LChartPhoto.Clear();
 }