x1cc8dd3ebd3495cd.cs
上传用户:xlxx0122
上传日期:2015-04-24
资源大小:3904k
文件大小:1k
源码类别:

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin.Design
  2. {
  3.     using System;
  4.     using System.Windows.Forms;
  5.     using System.Windows.Forms.Design;
  6.     public class x1cc8dd3ebd3495cd : FileNameEditor
  7.     {
  8.         protected override void InitializeDialog(OpenFileDialog openFileDialog)
  9.         {
  10.             base.InitializeDialog(openFileDialog);
  11.             openFileDialog.CheckFileExists = true;
  12.             openFileDialog.CheckPathExists = true;
  13.             openFileDialog.Filter = "Sunisoft skin file (ssk file) | *.ssk";
  14.         }
  15.     }
  16. }