프로젝트

일반

사용자정보

개정판 62d66e7f

ID62d66e7fb7ee5d927e727084124b08b1046ef587
상위 8d292359
하위 2327ae11

김태성이(가) 약 2년 전에 추가함

issue #00000 baseform delete

차이점 보기:

ID2.Manager/ID2.Manager.Common/ID2.Manager.Common.csproj
62 62
    <Reference Include="System.Xml" />
63 63
  </ItemGroup>
64 64
  <ItemGroup>
65
    <Compile Include="Forms\BaseForm.cs">
66
      <SubType>Form</SubType>
67
    </Compile>
68
    <Compile Include="Forms\BaseForm.Designer.cs">
69
      <DependentUpon>BaseForm.cs</DependentUpon>
70
    </Compile>
71 65
    <Compile Include="Globals.cs" />
72 66
    <Compile Include="Informations.cs" />
73 67
    <Compile Include="Properties\AssemblyInfo.cs" />
ID2.Manager/ID2.Manager/Forms/ImageView.cs
15 15
using ID2.Manager.Controller.Controllers;
16 16

  
17 17
using Telerik.WinControls;
18
using Telerik.WinControls.UI;
18 19

  
19 20
namespace ID2.Manager.Forms
20 21
{
21
    public partial class ImageView : Common.Foms.BaseForm
22
    public partial class ImageView : RadForm
22 23
    {
23 24
        string DocumentID = string.Empty;
24 25
        public OpenFileDialog ofd;
ID2.Manager/ID2.Manager/Forms/Login.cs
13 13
using ID2.Manager.Controller.Controllers;
14 14

  
15 15
using Telerik.WinControls;
16
using Telerik.WinControls.UI;
16 17

  
17 18
namespace ID2.Manager.Forms
18 19
{
19
    public partial class Login : Common.Foms.BaseForm
20
    public partial class Login : RadForm
20 21
    {
21 22
        public Login()
22 23
        {
......
92 93
            }
93 94

  
94 95
            //체크완료 시 로그인
95
            //informations.ActiveUser = userInfo;
96
            Program.informations.ActiveUser = userInfo;
97

  
96 98
            SaveConfig(userInfo);
97 99

  
98 100
            this.DialogResult = DialogResult.OK;
ID2.Manager/ID2.Manager/Program.cs
3 3
using System.Linq;
4 4
using System.Threading.Tasks;
5 5
using System.Windows.Forms;
6

  
6
using ID2.Manager.Common;
7 7
using ID2.Manager.Forms;
8 8

  
9 9
namespace ID2.Manager
10 10
{
11 11
    static class Program
12 12
    {
13

  
14
        public static Informations informations = Informations.Instance;
15

  
13 16
        /// <summary>
14 17
        /// 해당 애플리케이션의 주 진입점입니다.
15 18
        /// </summary>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)