コード例 #1
0
 void OnOpenEditPartWindow(object sender, EditPartViewModel e)
 {
     EditPartWindow editPartWindow = new EditPartWindow(e);
     editPartWindow.Show();
 }
コード例 #2
0
        void OnOpenEditPartWindow(object sender, EditPartViewModel e)
        {
            EditPartWindow editPartWindow = new EditPartWindow(e);

            editPartWindow.Show();
        }