Пример #1
0
 private void CreateAssociation()
 {
     string[] openWithList = { "notepad.exe", "wordpad.exe" };
     FileAssociation.AssociationCreation(".shbd", "SHBD Tool", "application/myfile", openWithList, true, "SHBD Editor");
 }