Ejemplo n.º 1
0
        void imageMountingCmd_Invoked(object sender, EventArgs e)
        {
            Dictionary <string, object> properties = new Dictionary <string, object>();

            Library.Code.V3.ImageMountingSettings page = new Library.Code.V3.ImageMountingSettings();
            properties["Page"]        = page;
            properties["Application"] = OMLApplication.Current;

            OMLApplication.Current.Session.GoToPage("resx://Library/Library.Resources/V3_ImageMountingSettings", properties);
        }
Ejemplo n.º 2
0
        void imageMountingCmd_Invoked(object sender, EventArgs e)
        {
            Dictionary<string, object> properties = new Dictionary<string, object>();

            Library.Code.V3.ImageMountingSettings page = new Library.Code.V3.ImageMountingSettings();
            properties["Page"] = page;
            properties["Application"] = OMLApplication.Current;

            OMLApplication.Current.Session.GoToPage("resx://Library/Library.Resources/V3_ImageMountingSettings", properties);
        }