mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
[WIP] Nearly completed refactor of DisplayProfileForm
Nearly have it working. It now saves, loads and renames the display profiles. Need to fix up the delete, apply buttons and make it remove the old ilv images when we rename profiles.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Windows.Forms;
|
||||
using HeliosPlus.Shared;
|
||||
using HeliosPlus.ShellExtension.Resources;
|
||||
@ -7,6 +8,8 @@ namespace HeliosPlus.ShellExtension
|
||||
{
|
||||
internal class HeliosPlus
|
||||
{
|
||||
internal static string AppDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "HeliosPlus");
|
||||
|
||||
public static void Open(
|
||||
HeliosStartupAction action = HeliosStartupAction.None,
|
||||
Profile profile = null,
|
||||
|
Reference in New Issue
Block a user