예제 #1
0
        private VolumeUI CreateGUI()
        {
            VolumeUI newGUI = new VolumeUI();

            newGUI.Shown += (o, e) =>
            {
                TypedGUI.Settings    = _Settings;
                TypedGUI.HostControl = HostControl;
            };

            return(newGUI);
        }
예제 #2
0
        private VolumeUI CreateGUI()
        {
            VolumeUI newGUI = new VolumeUI();

            newGUI.Shown += (o, e) =>
            {
                TypedGUI.Settings = _Settings;
                TypedGUI.HostControl = HostControl;
            };

            return newGUI;
        }