Beispiel #1
0
 public RenamePicture(Images_Form form, string str)
 {
     this.form1 = form;
     InitializeComponent();
     Lab_String        = str;
     TBox_Diaplay.Text = str;
     //Console.WriteLine(str);
 }
Beispiel #2
0
 public static Images_Form GetSingle()
 {
     if (ImagesFormSingle == null)
     {
         ImagesFormSingle = new Images_Form();
     }
     return(ImagesFormSingle);
 }