ATMLCommonLibrary.forms.ResourceForm.ResourceForm C# (CSharp) 메소드

ResourceForm() 공개 메소드

public ResourceForm ( ) : System
리턴 System
        public ResourceForm()
        {
            InitializeComponent();
            resourceControl.Resource = new Resource();
            ValidateSchema += ResourceForm_ValidateSchema;
            UndoChanges += ResourceForm_UndoChanges;
        }