public MyDirectoryChangeCancelEventArgs(string from, string to, MyGuiControlDirectoryBrowser browser) { From = from; To = to; Browser = browser; }