Praeclarum.UI.StorageForm.StorageForm C# (CSharp) 메소드

StorageForm() 공개 메소드

public StorageForm ( ) : System
리턴 System
		public StorageForm ()
		{
			Title = "Choose Storage";

			Sections.Add (new FileSystemsSection ());
		}
StorageForm