ListsSample.ModifyListChildWindow.ModifyListChildWindow C# (CSharp) Méthode

ModifyListChildWindow() public méthode

public ModifyListChildWindow ( ) : System
Résultat System
        public ModifyListChildWindow()
        {
            InitializeComponent();

            list = ContextModel.Instance.GetNewList();
            NewList = true;

            this.Loaded += new RoutedEventHandler(NewListChildWindow_Loaded);
        }

Same methods

ModifyListChildWindow::ModifyListChildWindow ( DefaultScope scopeList ) : System