コード例 #1
0
 void CreateAssociation()
 {
     string[] OpenWithList = new string[] { "notepad.exe", "wordpad.exe" };
     FileAssociation.AssociationCreation(".shn", "SHN Tool", "application/myfile", OpenWithList, true, "SHN Editor");
 }