WikiFunctions.Profiles.AWBProfileAdd.AWBProfileAdd_Load C# (CSharp) 메소드

AWBProfileAdd_Load() 개인적인 메소드

private AWBProfileAdd_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void AWBProfileAdd_Load(object sender, EventArgs e)
        {
            openDefaultFile.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
        }