示例#1
0
 public UndoHelper(ImageParameters img)
 {
     this.img = img;
 }
示例#2
0
 //Reset the instance, preserve critical data
 public static void ResetInstance()
 {
     m_Instance = new ImageParameters();
 }
 //Reset the instance, preserve critical data
 public static void ResetInstance()
 {
     m_Instance = new ImageParameters();
 }