예제 #1
0
파일: formImage.cs 프로젝트: sladen/openbve
 // show image dialog
 internal static void ShowImageDialog(Image Image)
 {
     formImage Dialog = new formImage();
     Dialog.CurrentImage = Image;
     Dialog.ShowDialog();
     Dialog.Dispose();
 }
예제 #2
0
        // show image dialog
        internal static void ShowImageDialog(Image Image)
        {
            formImage Dialog = new formImage();

            Dialog.CurrentImage = Image;
            Dialog.ShowDialog();
            Dialog.Dispose();
        }