C2026-043-Tech-Debt_v1 - Stash 1
This commit is contained in:
@@ -1,24 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using VEPROMS.CSLA.Library;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
public class VlnSpellCheck
|
||||
{
|
||||
private EditItem _MyEditItem;
|
||||
public EditItem MyEditItem
|
||||
{
|
||||
get { return _MyEditItem; }
|
||||
set
|
||||
{
|
||||
_MyEditItem = value;
|
||||
}
|
||||
}
|
||||
public EditItem MyEditItem { get; set; }
|
||||
|
||||
|
||||
public VlnSpellCheck()
|
||||
public VlnSpellCheck()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user