Rhomaios 3 anni fa
parent
commit
931886de8c

BIN
.vs/MyMoviesWPF/v17/.suo


+ 12 - 0
MyMoviesWPF/MVVM/ViewModel/UserViewModel.cs

@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace MyMoviesWPF.MVVM.ViewModel
+{
+    internal class UserViewModel
+    {
+    }
+}

+ 30 - 0
MyMoviesWPF/MyMoviesWPF.csproj.user

@@ -7,9 +7,24 @@
     </ApplicationDefinition>
   </ItemGroup>
   <ItemGroup>
+    <Compile Update="MVVM\View\Authorization.xaml.cs">
+      <SubType>Code</SubType>
+    </Compile>
+    <Compile Update="MVVM\View\Catalog.xaml.cs">
+      <SubType>Code</SubType>
+    </Compile>
     <Compile Update="MVVM\View\Main.xaml.cs">
       <SubType>Code</SubType>
     </Compile>
+    <Compile Update="MVVM\View\Movie.xaml.cs">
+      <SubType>Code</SubType>
+    </Compile>
+    <Compile Update="MVVM\View\Registration.xaml.cs">
+      <SubType>Code</SubType>
+    </Compile>
+    <Compile Update="MVVM\View\UserView.xaml.cs">
+      <SubType>Code</SubType>
+    </Compile>
   </ItemGroup>
   <ItemGroup>
     <Page Update="Dictionary_1.xaml">
@@ -18,8 +33,23 @@
     <Page Update="MainWindow.xaml">
       <SubType>Designer</SubType>
     </Page>
+    <Page Update="MVVM\View\Authorization.xaml">
+      <SubType>Designer</SubType>
+    </Page>
+    <Page Update="MVVM\View\Catalog.xaml">
+      <SubType>Designer</SubType>
+    </Page>
     <Page Update="MVVM\View\Main.xaml">
       <SubType>Designer</SubType>
     </Page>
+    <Page Update="MVVM\View\Movie.xaml">
+      <SubType>Designer</SubType>
+    </Page>
+    <Page Update="MVVM\View\Registration.xaml">
+      <SubType>Designer</SubType>
+    </Page>
+    <Page Update="MVVM\View\UserView.xaml">
+      <SubType>Designer</SubType>
+    </Page>
   </ItemGroup>
 </Project>

+ 1 - 1
MyMoviesWPF/obj/Debug/net6.0-windows/MVVM/View/Authorization.g.i.cs

@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\MVVM\View\Authorization.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "ABDB5DFAEF635350BDACCAD9EEFA5271291865BC"
+#pragma checksum "..\..\..\..\..\MVVM\View\Authorization.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9A53D39CF6B560A537BBD6DB8F6B1E9C34208722"
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     Этот код создан программой.

+ 34 - 24
MyMoviesWPF/obj/Debug/net6.0-windows/MVVM/View/Registration.g.i.cs

@@ -1,5 +1,4 @@
-// Updated by XamlIntelliSenseFileGenerator 23.05.2022 17:06:00
-#pragma checksum "..\..\..\..\..\MVVM\View\Registration.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DF52A46500803BF24D3F8A065EBD6104760FCDCF"
+#pragma checksum "..\..\..\..\..\MVVM\View\Registration.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F2826998706973D59C4B6CF60956BA5CF1E1DB45"
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     Этот код создан программой.
@@ -10,6 +9,10 @@
 // </auto-generated>
 //------------------------------------------------------------------------------
 
+using MaterialDesignThemes.MahApps;
+using MaterialDesignThemes.Wpf;
+using MaterialDesignThemes.Wpf.Converters;
+using MaterialDesignThemes.Wpf.Transitions;
 using MyMoviesWPF.MVVM.View;
 using System;
 using System.Diagnostics;
@@ -34,51 +37,58 @@ using System.Windows.Shapes;
 using System.Windows.Shell;
 
 
-namespace MyMoviesWPF.MVVM.View
-{
-
-
+namespace MyMoviesWPF.MVVM.View {
+    
+    
     /// <summary>
     /// Registration
     /// </summary>
-    public partial class Registration : System.Windows.Window, System.Windows.Markup.IComponentConnector
-    {
-
+    public partial class Registration : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        
+        #line 19 "..\..\..\..\..\MVVM\View\Registration.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.PasswordBox Password;
+        
+        #line default
+        #line hidden
+        
         private bool _contentLoaded;
-
+        
         /// <summary>
         /// InitializeComponent
         /// </summary>
         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
         [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
-        public void InitializeComponent()
-        {
-            if (_contentLoaded)
-            {
+        public void InitializeComponent() {
+            if (_contentLoaded) {
                 return;
             }
             _contentLoaded = true;
             System.Uri resourceLocater = new System.Uri("/MyMoviesWPF;V1.0.0.0;component/mvvm/view/registration.xaml", System.UriKind.Relative);
-
-#line 1 "..\..\..\..\..\MVVM\View\Registration.xaml"
+            
+            #line 1 "..\..\..\..\..\MVVM\View\Registration.xaml"
             System.Windows.Application.LoadComponent(this, resourceLocater);
-
-#line default
-#line hidden
+            
+            #line default
+            #line hidden
         }
-
+        
         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
         [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
         [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
         [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
-        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
-        {
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            switch (connectionId)
+            {
+            case 1:
+            this.Password = ((System.Windows.Controls.PasswordBox)(target));
+            return;
+            }
             this._contentLoaded = true;
         }
-
-        internal System.Windows.Controls.PasswordBox Password;
     }
 }
 

+ 2 - 2
MyMoviesWPF/obj/Debug/net6.0-windows/MyMoviesWPF_MarkupCompile.i.cache

@@ -12,9 +12,9 @@ TRACE;DEBUG;NET;NET6_0;NETCOREAPP
 Z:\УиФИС\MyMovies\MyMoviesWPF\App.xaml
 81489952939
 
-19-2120402869
+20-1159938222
 220-946023612
 Dictionary_1.xaml;MainWindow.xaml;MVVM\View\Authorization.xaml;MVVM\View\Catalog.xaml;MVVM\View\Main.xaml;MVVM\View\Movie.xaml;MVVM\View\Registration.xaml;MVVM\View\UserView.xaml;
 
-True
+False
 

+ 0 - 5
MyMoviesWPF/obj/Debug/net6.0-windows/MyMoviesWPF_MarkupCompile.i.lref

@@ -1,5 +0,0 @@
-
-
-FZ:\УиФИС\MyMovies\MyMoviesWPF\MVVM\View\Authorization.xaml;;
-FZ:\УиФИС\MyMovies\MyMoviesWPF\MVVM\View\Registration.xaml;;
-