Sets the ToastActivatorCLSID
(string clsid)
| 923 | /// Sets the ToastActivatorCLSID |
| 924 | /// </summary> |
| 925 | public void SetToastActivatorCLSID(string clsid) |
| 926 | { |
| 927 | var guid = Guid.Parse(clsid); |
| 928 | SetToastActivatorCLSID(guid); |
| 929 | } |
| 930 | |
| 931 | /// <summary> |
| 932 | /// Sets the ToastActivatorCLSID |