vhoang

1,349
reputation
1
8
9
    /// <summary>
    /// This method is called when About me section is opened.
    /// Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
    /// To Close the app forcefully, press Alt+F4.
    /// </summary>
    public void Main()
    {
        // TODO: Add your profile notes here

        Dts.TaskResult = (int)ScriptResults.Success;
    }