C# Class Cyjb.Projects.JigsawGame.WinFormUtility

包含 WinForm 的实用方法。
Show file Open project: CYJB/Cyjb.Projects.JigsawGame

Public Methods

Method Description
InitFileName ( this dialog, string fileName ) : void

初始化文件对话框的文件名。

Method Details

InitFileName() public static method

初始化文件对话框的文件名。
public static InitFileName ( this dialog, string fileName ) : void
dialog this 对话框。
fileName string 文件名。
return void